Commit 13ed0ef0 by Richard Kenner

(walk_insn_part): Treat MATCH_PAR_DUP just like MATCH_OP_DUP.

From-SVN: r1831
parent 42add480
......@@ -81,6 +81,7 @@ walk_insn_part (part, recog_p)
return;
case MATCH_OP_DUP:
case MATCH_PAR_DUP:
++dup_operands_seen_this_insn;
case MATCH_SCRATCH:
case MATCH_PARALLEL:
......
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