OSDN Git Service

* flow.c (clear_log_links): Fix typo.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Aug 2000 06:42:51 +0000 (06:42 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Aug 2000 06:42:51 +0000 (06:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35406 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/flow.c

index 7c24fda..d8212af 100644 (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
index f760019..373e236 100644 (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;