Commit a4b18346 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r17375
parent 57718ce6
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.
......
......@@ -160,6 +160,11 @@ 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.
Defines the pattern for one kind of instruction.
Operand:
0: names this instruction.
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment