Commit 693fb02f by Richard Kenner

(match_rtx): Treat MATCH_PAR_DUP just like MATCH_DUP.

From-SVN: r1835
parent ed18f94d
......@@ -186,6 +186,7 @@ match_rtx (x, path, fail_label)
return;
case MATCH_DUP:
case MATCH_PAR_DUP:
printf (" x = ");
print_path (path);
printf (";\n");
......
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