Commit 7ee1ad84 by Vladimir Yanovsky Committed by Revital Eres

Fix missed initialization of scc_nodes.

Co-Authored-By: Revital Eres <eres@il.ibm.com>

From-SVN: r126167
parent a6bd3804
2007-07-01 Vladimir Yanovsky <yanov@il.ibm.com>
Revital Eres <eres@il.ibm.com>
* ddg.c (create_ddg_all_sccs): Fix missed
initialization of scc_nodes.
2007-07-01 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/32559
......
......@@ -874,6 +874,7 @@ create_ddg_all_sccs (ddg_ptr g)
if (backarc->aux.count == IN_SCC)
continue;
sbitmap_zero (scc_nodes);
sbitmap_zero (from);
sbitmap_zero (to);
SET_BIT (from, dest->cuid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment