* reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
authorJan Hubicka <jh@suse.cz>
Wed, 5 Jun 2002 13:23:16 +0000 (15:23 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 5 Jun 2002 13:23:16 +0000 (13:23 +0000)
From-SVN: r54282

gcc/ChangeLog
gcc/reg-stack.c

index 742bc19c2e72815a3f46536edca5df539488f2db..3b9651c5c64e04a275f0275c0849817a6cafb6c9 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun  5 15:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
+
+       * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
+
 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
 
        * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
index 90a3cbf002897a937d59df86338a83bcfe796016..e1fa264118c96a728dee44e460330ff1a48fdf39 100644 (file)
@@ -441,7 +441,6 @@ reg_to_stack (first, file)
      build the CFG and run life analysis.  */
   if (!optimize)
     {
-      find_basic_blocks (first, max_reg_num (), file);
       count_or_remove_death_notes (NULL, 1);
       life_analysis (first, file, PROP_DEATH_NOTES);
     }