aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-12-27 15:26:28 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-12-27 15:26:28 -0500
commit50874c8d007aa2bb4f421479a37b1f0f5738162e (patch)
tree17039a7e3e551814efd1e3b4c1e9c6093dcbb3cb /gcc/rtl.def
parentee5fb731d7a50995b877e603e2bdb0d0eef2e3e0 (diff)
downloadgcc-50874c8d007aa2bb4f421479a37b1f0f5738162e.zip
gcc-50874c8d007aa2bb4f421479a37b1f0f5738162e.tar.gz
gcc-50874c8d007aa2bb4f421479a37b1f0f5738162e.tar.bz2
(INLINE_HEADER): Add three new fields.
From-SVN: r10875
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index acb3a7d..ac51b6d 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -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:
*/