This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] More REG_EQ* notes related changes


On 2/20/07, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
Hello,

This patch changes find_reg_equal_equiv_note to be consistent with what
set_unique_reg_note does for REG_EQUAL/REG_EQUIV notes: Do not expect
to have them on insns with multiple sets.

Bootstrapped&tested on i686-pc-linux-gnu. OK for the trunk?

I suppose


gcc_assert (GET_CODE (PATTERN (insn)) != PARALLEL || !multiple_sets (insn));

doesn't work?

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]