]> gcc.gnu.org Git - gcc.git/commitdiff
* rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
authorJeffrey A Law <law@cygnus.com>
Thu, 15 Jan 1998 23:44:54 +0000 (23:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 15 Jan 1998 23:44:54 +0000 (16:44 -0700)
From-SVN: r17375

gcc/ChangeLog
gcc/rtl.def

index 24075b5f7a5637fa393dd2641143a40c7f8d08ad..9e54f99c5952670c868f415bbdf8b51c4adedce3 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jan 16 00:46:40 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.
+
 Thu Jan 15 01:02:30 1998  Jeffrey A Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index c1d14a1bb5ae84dfb4bfac1fb209954e83075e3f..9982b6c8980cf87d591b5af9961829d6a5a3b30c 100644 (file)
@@ -159,6 +159,11 @@ 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.
    Defines the pattern for one kind of instruction.
    Operand:
@@ -385,7 +390,7 @@ DEF_RTL_EXPR(NOTE, "note", "iuusn", 'x')
    it contains helps to build the mapping function between the rtx's of
    the function to be inlined and the current function being expanded.  */
 
-DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEeEsse", 'x')
+DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEeEssE", 'x')
 
 /* ----------------------------------------------------------------------
    Top level constituents of INSN, JUMP_INSN and CALL_INSN.
This page took 0.078668 seconds and 5 git commands to generate.