reorg.c (fill_simple_delay_slots): If an instruction might throw an exception that...
authorMark Mitchell <mark@codesourcery.com>
Fri, 20 Jul 2001 02:38:57 +0000 (02:38 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 20 Jul 2001 02:38:57 +0000 (02:38 +0000)
commitbe672de8aefdbad33db28b2fa397bafde5c39e0c
treebe9419d5a426c224fc7741680b50eccd11561a52
parent3b73bce168137059e4c4bcaca6ce575f001ab8df
reorg.c (fill_simple_delay_slots): If an instruction might throw an exception that will be caught within this...

* reorg.c (fill_simple_delay_slots): If an instruction might throw
an exception that will be caught within this function, do not fill
its delay slot with any subsequent instruction.

From-SVN: r44171
gcc/ChangeLog
gcc/reorg.c