Commit 50874c8d by Richard Kenner

(INLINE_HEADER): Add three new fields.

From-SVN: r10875
parent ee5fb731
...@@ -385,7 +385,7 @@ DEF_RTL_EXPR(NOTE, "note", "iuusn", 'x') ...@@ -385,7 +385,7 @@ DEF_RTL_EXPR(NOTE, "note", "iuusn", 'x')
it contains helps to build the mapping function between the rtx's of it contains helps to build the mapping function between the rtx's of
the function to be inlined and the current function being expanded. */ the function to be inlined and the current function being expanded. */
DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEe", 'x') DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEeEss", 'x')
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------
Top level constituents of INSN, JUMP_INSN and CALL_INSN. Top level constituents of INSN, JUMP_INSN and CALL_INSN.
...@@ -760,6 +760,5 @@ DEF_RTL_EXPR(LO_SUM, "lo_sum", "ee", 'o') ...@@ -760,6 +760,5 @@ DEF_RTL_EXPR(LO_SUM, "lo_sum", "ee", 'o')
/* /*
Local variables: Local variables:
mode:c mode:c
version-control: t
End: End:
*/ */
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