[PATCH 3/6] Allow jumps in epilogues

Bernd Schmidt bernds@codesourcery.com
Wed Mar 23 14:51:00 GMT 2011


dwarf2out has code that starts scanning from NOTE_INSN_EPILOGUE_BEG
until it finds the return jump. When there is common code in several
blocks ending in a return, we might want to share this, and in that case
it would be possible to encounter a simplejump rather than a returnjump.
This should be safe, and the following patch allows it.


Bernd

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sj-ep.diff
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110323/ca2251d3/attachment.ksh>


More information about the Gcc-patches mailing list