re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epilogue)

2004-03-10  Andrew Haley  <aph@redhat.com>

        PR optimization/14381
        * function.c (expand_function_end): Emit a blockage insn before
        the epilogue when -fnon-call-exceptions is used.

        * except.c (expand_start_all_catch): Make comment more accurate.

From-SVN: r79266
This commit is contained in:
Andrew Haley 2004-03-10 17:58:23 +00:00
parent ffad84cd85
commit f7b48371a9
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2004-03-10 Andrew Haley <aph@redhat.com>
PR optimization/14381
* function.c (expand_function_end): Emit a blockage insn before
the epilogue when -fnon-call-exceptions is used.