This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Missing barrier after removing empty basic block


Richard Henderson wrote:
On 09/16/2009 05:29 AM, Andreas Krebbel wrote:
    * cfglayout.c (fixup_reorder_chain): Accept conditional jumps
    without a fallthrough edge.

Ok.

Thanks! I've committed the patch without the unlink_insn_chain invokation since the header/footer insns at that point are already linked back into the insn stream. It happens just a few lines above the lines I've changed.


+ bb->il.rtl->footer = unlink_insn_chain (barrier, barrier);

Bye,

-Andreas-


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]