diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-05 13:23:16 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-05 13:23:16 +0000 |
commit | ccf0c9628805db45afefe00278b37234e775def6 (patch) | |
tree | d1f9d88b0bff4894acec90fa513a151ce26e080e /gcc/reg-stack.c | |
parent | 0074de4431aa1e9717f72c9fb4a5e5825f63150c (diff) | |
download | gcc-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.c | 1 |
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); } |