Fix a FIXME.

Set of everything got added shortly after that FIXME was added, but I
forgot to fix it.
This commit is contained in:
Bill Currie 2018-08-21 15:56:03 +09:00
parent fbdf560a7a
commit 5ba13d759b

View file

@ -838,7 +838,7 @@ flow_analyze_statement (statement_t *s, set_t *use, set_t *def, set_t *kill,
flow_add_op_var (use, s->opc); flow_add_op_var (use, s->opc);
} }
if (kill) { if (kill) {
//FIXME set of everything set_everything (kill);
} }
if (operands) { if (operands) {
if (!strcmp (s->opcode, "<MOVE>")) if (!strcmp (s->opcode, "<MOVE>"))