Leave a FIXME for daglabel_t.live

This commit is contained in:
Bill Currie 2019-06-16 19:24:19 +09:00
parent d6d3027411
commit ec128ffeee
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ typedef struct daglabel_s {
struct daglabel_s *next;
struct daglabel_s *daglabel_chain; ///< all labels created for a dag
int number; ///< index into array of labels in dag_t
unsigned live:1; ///< accessed via an alias
unsigned live:1; ///< accessed via an alias FIXME redundant?
const char *opcode; ///< not if op
struct operand_s *op; ///< not if opcode;
struct dagnode_s *dagnode; ///< node with which this label is associated