* reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
From-SVN: r54282
This commit is contained in:
parent
c30bb47bd7
commit
3fe3a596d4
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user