Steven Bosscher writes:
> In gcse.c:insert_insn_end_basic_block() I found the following code:
>
> #ifdef HAVE_cc0
> /* FIXME: 'twould be nice to call prev_cc0_setter here but it aborts
> if cc0 isn't set. */
> note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
> if
On 05/29/2012 03:03 AM, Steven Bosscher wrote:
Hello,
In gcse.c:insert_insn_end_basic_block() I found the following code:
#ifdef HAVE_cc0
/* FIXME: 'twould be nice to call prev_cc0_setter here but it aborts
if cc0 isn't set. */
note = find_reg_note (insn, REG_CC_SETTER,
Hello,
In gcse.c:insert_insn_end_basic_block() I found the following code:
#ifdef HAVE_cc0
/* FIXME: 'twould be nice to call prev_cc0_setter here but it aborts
if cc0 isn't set. */
note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX);
if (note)
insn = XEXP (not