mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-04 00:10:52 +00:00
Remember to union the node's use with (out - def)
Oops.
This commit is contained in:
parent
cd224c00d4
commit
58cb73d6aa
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ flow_live_vars (flowgraph_t *graph)
|
|||
}
|
||||
set_assign (node->live_vars.in, node->live_vars.out);
|
||||
set_difference (node->live_vars.in, node->live_vars.def);
|
||||
set_union (node->live_vars.in, node->live_vars.use);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue