summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-15 03:28:12 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-15 03:28:12 +0000
commitceec74f167de4c6a57053dc08726bf1ecfc1caa1 (patch)
treed5ce56e1987883fe53dd0996e756734e7afeb8c8
parent2204a13372898a445c0ab0eed22c64c9e1119907 (diff)
downloadppe42-gcc-ceec74f167de4c6a57053dc08726bf1ecfc1caa1.tar.gz
ppe42-gcc-ceec74f167de4c6a57053dc08726bf1ecfc1caa1.zip
* rtl.def (match_insn, match_insn2): Remove match_insn; rename
match_insn2 to match_insn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29422 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog14
-rw-r--r--gcc/rtl.def7
2 files changed, 15 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fc8f3ded28b..a538b795390 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/rtl.def b/gcc/rtl.def
index cf2edac7c69..734e81b9303 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.
OpenPOWER on IntegriCloud