mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix an uninitialized variable.
Yay valgrind, boo taniwha.
This commit is contained in:
parent
3665a0566a
commit
503154257c
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ flow_reaching_defs (flowgraph_t *graph)
|
|||
node->reaching_defs.out = set_new ();
|
||||
}
|
||||
|
||||
changed = 1;
|
||||
while (changed) {
|
||||
changed = 0;
|
||||
// flow down the graph
|
||||
|
|
Loading…
Reference in a new issue