Commit 5126c35a by Richard Henderson Committed by Richard Henderson

* genrecog.c (add_to_sequence): Rename MATCH_INSN2.

From-SVN: r29423
parent a669dbf8
......@@ -2,6 +2,7 @@ Tue Sep 14 20:26:02 1999 Richard Henderson <rth@cygnus.com>
* rtl.def (match_insn, match_insn2): Remove match_insn; rename
match_insn2 to match_insn.
* genrecog.c (add_to_sequence): Rename MATCH_INSN2.
Tue Sep 14 20:10:29 1999 Richard Henderson <rth@cygnus.com>
......
......@@ -442,7 +442,7 @@ add_to_sequence (pattern, last, position, insn_type, top)
case MATCH_SCRATCH:
case MATCH_OPERATOR:
case MATCH_PARALLEL:
case MATCH_INSN2:
case MATCH_INSN:
new->opno = XINT (pattern, 0);
new->code = (code == MATCH_PARALLEL ? PARALLEL : UNKNOWN);
new->enforce_mode = 0;
......
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