Commit f3e0821d by Richard Kenner

(walk_rtx): Treat MATCH_PAR_DUP just like MATCH_DUP.

From-SVN: r1833
parent 8fabbfe6
......@@ -217,6 +217,7 @@ walk_rtx (x, path)
case MATCH_DUP:
case MATCH_OP_DUP:
case MATCH_PAR_DUP:
duplocs[dup_count] = copystr (path);
dupnums[dup_count] = XINT (x, 0);
dup_count++;
......
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