problem with the scheduler in gcc-4.0-20040911
Daniel Jacobowitz
drow@false.org
Tue Mar 8 16:12:00 GMT 2005
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