(walk_rtx): Treat MATCH_PAR_DUP just like MATCH_DUP.

From-SVN: r1833
This commit is contained in:
Richard Kenner 1992-08-14 14:43:01 -04:00
parent 8fabbfe673
commit f3e0821d9f
1 changed files with 1 additions and 0 deletions

View File

@ -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++;