Commit 3fe3a596 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r54282
parent c30bb47b
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment