Commit 0b97ea96 by Richard Kenner

(constrain_operands): Don't test clobbered constraints.

From-SVN: r12793
parent 56a4c9e2
......@@ -1923,7 +1923,7 @@ constrain_operands (insn_code_num, strict)
|| op_types[opno] != OP_OUT)
&& opno != eopno
/* Ignore things like match_operator operands. */
&& *constraints[opno] != 0
&& *insn_operand_constraint[insn_code_num][opno] != 0
&& ! (matching_operands[opno] == eopno
&& rtx_equal_p (recog_operand[opno],
recog_operand[eopno]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment