* rtl.def (INLINE_HEADER): Fix bug exposed by gen_rtx_FOO changes.

From-SVN: r17375
This commit is contained in:
Jeffrey A Law 1998-01-15 23:44:54 +00:00 committed by Jeff Law
parent 57718ce6d3
commit a4b1834644
2 changed files with 10 additions and 1 deletions

View 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.

View 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.