* flow.c (clear_log_links): Fix typo.
From-SVN: r35406
This commit is contained in:
committed by
Mark Mitchell
parent
89820b4331
commit
da92f7ff07
@@ -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
|
||||
|
||||
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user