aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/flow.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7c24fda..d8212af 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/flow.c b/gcc/flow.c
index f760019..373e236 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -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;