summaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-05 13:23:16 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-05 13:23:16 +0000
commitccf0c9628805db45afefe00278b37234e775def6 (patch)
treed1f9d88b0bff4894acec90fa513a151ce26e080e /gcc/reg-stack.c
parent0074de4431aa1e9717f72c9fb4a5e5825f63150c (diff)
downloadgcc-ccf0c9628805db45afefe00278b37234e775def6.tar.gz
* reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54282 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index 90a3cbf0028..e1fa264118c 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);
}