* flow.c (clear_log_links): Fix typo.

From-SVN: r35406
This commit is contained in:
Mark Mitchell 2000-08-01 06:42:51 +00:00 committed by Mark Mitchell
parent 89820b4331
commit da92f7ff07
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

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