(INLINE_HEADER): Add three new fields.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Dec 1995 20:26:28 +0000 (15:26 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Dec 1995 20:26:28 +0000 (15:26 -0500)
From-SVN: r10875

gcc/rtl.def

index acb3a7dcae87b25b0b4c2b6093f0bfe50d11d680..ac51b6d50f7bacef0418ce9a593f090eb8def126 100644 (file)
@@ -385,7 +385,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", "iuuuiiiiiieeiiEe", 'x')
+DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEeEss", 'x')
 
 /* ----------------------------------------------------------------------
    Top level constituents of INSN, JUMP_INSN and CALL_INSN.
@@ -760,6 +760,5 @@ DEF_RTL_EXPR(LO_SUM, "lo_sum", "ee", 'o')
 /*
 Local variables:
 mode:c
-version-control: t
 End:
 */