Steven Bosscher - Re: [PATCH] More REG_EQ* notes related changes (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
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?