problem with the scheduler in gcc-4.0-20040911
Kunal Parmar
kunalparmar@gmail.com
Tue Mar 8 17:04:00 GMT 2005
Hello,
Thanks alot Vladimir and Daniel.
Regards,
Kunal
On Tue, 8 Mar 2005 11:12:46 -0500, Daniel Jacobowitz <drow@false.org> wrote:
> On Tue, Mar 08, 2005 at 09:38:19PM +0530, Kunal Parmar wrote:
> > Hello,
> > I have attached the dump after the scheduler. The branch instruction
> > is a conditionally executed branch instruction. So it is represented
> > as RTL COND_EXEC.
>
> Vladimir was right. It's an INSN, when it should be a JUMP_INSN.
> Your backend is probably using emit_insn when it should be using
> emit_jump_insn.
>
> --
> Daniel Jacobowitz
> CodeSourcery, LLC
>
More information about the Gcc
mailing list