OSDN Git Service

* ifcvt.c (if_convert): Call clear_aux_for_blocks.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Oct 2001 14:33:12 +0000 (14:33 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Oct 2001 14:33:12 +0000 (14:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46568 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ifcvt.c

index 686842a..aa1ce44 100644 (file)
@@ -1,3 +1,7 @@
+Sat Oct 27 16:31:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+       * ifcvt.c (if_convert): Call clear_aux_for_blocks.
+
 Sat Oct 27 12:12:09 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
index 1cbd688..d969104 100644 (file)
@@ -2742,6 +2742,7 @@ if_convert (x_life_data_ok)
 
       sbitmap_free (update_life_blocks);
     }
+  clear_aux_for_blocks ();
 
   /* Write the final stats.  */
   if (rtl_dump_file && num_possible_if_blocks > 0)