mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:40:26 +08:00
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
This commit is contained in:
parent
1c57c60c5e
commit
a669dbf832
@ -1,3 +1,17 @@
|
||||
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.
|
||||
|
||||
Tue Sep 14 20:10:29 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* Makefile.in (USER_H): Remove va-foo.h.
|
||||
|
||||
* ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
|
||||
va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
|
||||
va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
|
||||
va-spur.h,va-v850.h}: Remove.
|
||||
|
||||
Tue Sep 14 19:43:16 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* sparc/sparc.md (eligible_for_return_delay): New attribute.
|
||||
|
@ -161,15 +161,10 @@ DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm')
|
||||
at the index specified by the argument. For MATCH_PARALLEL. */
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user