Commit da92f7ff by Mark Mitchell Committed by Mark Mitchell

* flow.c (clear_log_links): Fix typo.

From-SVN: r35406
parent 89820b43
2000-07-31 Mark Mitchell <mark@codesourcery.com>
* flow.c (clear_log_links): Fix typo.
Mon Jul 31 22:19:24 2000 Jeffrey A Law (law@cygnus.com)
* loop.c (check_dbra_loop): Make change from July 17, 2000 work
......
......@@ -7777,7 +7777,7 @@ clear_log_links (insns)
for (b = 0; b < n_basic_blocks; b++)
{
basic_block bb = BASIC_BLOCK (i);
basic_block bb = BASIC_BLOCK (b);
bb->global_live_at_start = NULL;
bb->global_live_at_end = NULL;
......
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