aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 954e946..85a5d9f 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -5341,14 +5341,6 @@ expand_function_end (void)
if (flag_exceptions)
sjlj_emit_function_exit_after (get_last_insn ());
}
- else
- {
- /* We want to ensure that instructions that may trap are not
- moved into the epilogue by scheduling, because we don't
- always emit unwind information for the epilogue. */
- if (cfun->can_throw_non_call_exceptions)
- emit_insn (gen_blockage ());
- }
/* If this is an implementation of throw, do what's necessary to
communicate between __builtin_eh_return and the epilogue. */