Commit a59bfd78 by Jeff Law

Fix typo.

From-SVN: r19606
parent 0586a4ce
......@@ -1668,7 +1668,7 @@ find_rgns (s_preds, s_succs, num_preds, num_succs, dom)
loop_head = max_hdr[i];
/* Decrease degree of all I's successors for topological
ordering.
ordering. */
for (ps = s_succs[i]; ps; ps = ps->next)
if (INT_LIST_VAL (ps) != EXIT_BLOCK
&& INT_LIST_VAL (ps) != ENTRY_BLOCK)
......
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