Re: A question about cleanup_cfg ()

2008-12-11 Thread Steven Bosscher
On Thu, Dec 11, 2008 at 9:57 AM, Revital1 Eres <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a basic-block and I want to get the last jump insn of it. > I use BB_END (bb) for that purpose. > The instruction I get is a NOTE_INSN_PROLOGUE_END which appears right > before the jump insn; and when do

A question about cleanup_cfg ()

2008-12-11 Thread Revital1 Eres
Hello, I have a basic-block and I want to get the last jump insn of it. I use BB_END (bb) for that purpose. The instruction I get is a NOTE_INSN_PROLOGUE_END which appears right before the jump insn; and when doing NEXT_INSN for that note I get the first insn of the next bb (code_label); which me