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
1 changed files with 1 additions and 1 deletions

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);
}
if (kill) {
//FIXME set of everything
set_everything (kill);
}
if (operands) {
if (!strcmp (s->opcode, "<MOVE>"))