diff options
author | Richard Henderson <rth@cygnus.com> | 1999-09-14 20:28:12 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-14 20:28:12 -0700 |
commit | a669dbf83254a92011ba868b4250ec0b8c3efc2c (patch) | |
tree | d5ce56e1987883fe53dd0996e756734e7afeb8c8 /gcc/rtl.def | |
parent | 1c57c60c5ebaa77f277eb5d5c6e1880b05ac9918 (diff) | |
download | gcc-a669dbf83254a92011ba868b4250ec0b8c3efc2c.zip gcc-a669dbf83254a92011ba868b4250ec0b8c3efc2c.tar.gz gcc-a669dbf83254a92011ba868b4250ec0b8c3efc2c.tar.bz2 |
rtl.def (match_insn, [...]): Remove match_insn; rename match_insn2 to match_insn.
* rtl.def (match_insn, match_insn2): Remove match_insn; rename
match_insn2 to match_insn.
From-SVN: r29422
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index cf2edac..734e81b 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -162,14 +162,9 @@ DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm') DEF_RTL_EXPR(MATCH_PAR_DUP, "match_par_dup", "iE", 'm') /* Appears only in machine descriptions. - Should be used only in attribute tests. - The predicate in operand 0 is applied to the whole insn being checked. */ -DEF_RTL_EXPR(MATCH_INSN, "match_insn", "s", 'm') - -/* Appears only in machine descriptions. Operand 0 is the operand number, as in match_operand. Operand 1 is the predicate to apply to the insn. */ -DEF_RTL_EXPR(MATCH_INSN2, "match_insn2", "is", 'm') +DEF_RTL_EXPR(MATCH_INSN, "match_insn", "is", 'm') /* Appears only in machine descriptions. Defines the pattern for one kind of instruction. |