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
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