summaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-13 17:24:48 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-13 17:24:48 +0000
commitc584b99b3a2cf2486f216f1a435b0e691f33a07d (patch)
treee56c88ab85654a27ddc609666a10878d5099f75d /gcc/reg-stack.c
parentdb42028b69ab668886c7b77ac602eeb473892a6b (diff)
downloadgcc-c584b99b3a2cf2486f216f1a435b0e691f33a07d.tar.gz
Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43986 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index bdd1c98dbbf..af5453db586 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -419,9 +419,6 @@ reg_to_stack (first, file)
int max_uid;
block_info bi;
- if (!optimize)
- split_all_insns (0);
-
/* See if there is something to do. Flow analysis is quite
expensive so we might save some compilation time. */
for (i = FIRST_STACK_REG; i <= LAST_STACK_REG; i++)
@@ -432,8 +429,7 @@ reg_to_stack (first, file)
/* Ok, floating point instructions exist. If not optimizing,
build the CFG and run life analysis. */
- if (!optimize)
- find_basic_blocks (first, max_reg_num (), file);
+ find_basic_blocks (first, max_reg_num (), file);
count_or_remove_death_notes (NULL, 1);
life_analysis (first, file, PROP_DEATH_NOTES);