diff options
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index 9d8e2dade61..7f1a9b36c86 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1558,15 +1558,6 @@ rest_of_compilation (void) /* Copy any shared structure that should not be shared. */ unshare_all_rtl (); -#ifdef SETJMP_VIA_SAVE_AREA - /* This must be performed before virtual register instantiation. - Please be aware that everything in the compiler that can look - at the RTL up to this point must understand that REG_SAVE_AREA - is just like a use of the REG contained inside. */ - if (current_function_calls_alloca) - optimize_save_area_alloca (); -#endif - /* Instantiate all virtual registers. */ instantiate_virtual_regs (); |