mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
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:
parent
fbdf560a7a
commit
5ba13d759b
1 changed files with 1 additions and 1 deletions
|
@ -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>"))
|
||||
|
|
Loading…
Reference in a new issue