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

Reply via email to