Remember to union the node's use with (out - def)

Oops.
This commit is contained in:
Bill Currie 2012-11-06 18:27:53 +09:00
parent cd224c00d4
commit 58cb73d6aa

View file

@ -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);
}
}
}