* reg-stack.c (reg_to_stack): Do not call find_basic_blocks.

From-SVN: r54282
This commit is contained in:
Jan Hubicka 2002-06-05 15:23:16 +02:00 committed by Jan Hubicka
parent c30bb47bd7
commit 3fe3a596d4
2 changed files with 4 additions and 1 deletions

View 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.

View 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);
}