]> gcc.gnu.org Git - gcc.git/commitdiff
* flow.c (clear_log_links): Fix typo.
authorMark Mitchell <mark@codesourcery.com>
Tue, 1 Aug 2000 06:42:51 +0000 (06:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 Aug 2000 06:42:51 +0000 (06:42 +0000)
From-SVN: r35406

gcc/ChangeLog
gcc/flow.c

index 7c24fdae4f4d66a36df398223fa48a58b7cc41b8..d8212aff14c06f6440c229751bd823b551a36af3 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 f760019f98a150d66c065d6fb097df2c849f10f0..373e236fd5411ad18597585e4ad696df712bd1c2 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;
This page took 0.072161 seconds and 5 git commands to generate.