* genrecog.c (add_to_sequence): Rename MATCH_INSN2.

From-SVN: r29423
This commit is contained in:
Richard Henderson 1999-09-14 20:32:55 -07:00 committed by Richard Henderson
parent a669dbf832
commit 5126c35a62
2 changed files with 2 additions and 1 deletions

View File

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

View File

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