diff --git a/tools/qfcc/source/flow.c b/tools/qfcc/source/flow.c index c611fd0a8..39fd7f862 100644 --- a/tools/qfcc/source/flow.c +++ b/tools/qfcc/source/flow.c @@ -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, ""))