diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/reg-stack.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 742bc19..3b9651c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 90a3cbf..e1fa264 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -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); } |