diff options
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 90a3cbf..e1fa264 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); } |