diff options
author | YamaArashi <shadow962@live.com> | 2016-02-15 03:34:47 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-15 03:34:47 -0800 |
commit | 526fd830c2ce8da3397bc08a267db5aea78db6f3 (patch) | |
tree | b9965d4ae9ca0c1f5f68ce71bfe4108d73f31d77 /gcc/stmt.c | |
parent | dae4baf0b704d1b566bbff41774f220b00bf365b (diff) |
remove exit_ignore_stack ifdefs
Diffstat (limited to 'gcc/stmt.c')
-rwxr-xr-x | gcc/stmt.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -777,7 +777,6 @@ expand_goto_internal (body, label, last_insn) /* Ensure stack adjust isn't done by emit_jump, as this would clobber the stack pointer. This one should be deleted as dead by flow. */ - clear_pending_stack_adjust (); do_pending_stack_adjust (); emit_stack_restore (SAVE_BLOCK, stack_level, NULL_RTX); } @@ -2459,7 +2458,6 @@ expand_null_return_1 (last_insn, use_goto) { rtx end_label = cleanup_label ? cleanup_label : return_label; - clear_pending_stack_adjust (); do_pending_stack_adjust (); last_expr_type = 0; |