diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-27 20:26:28 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-27 20:26:28 +0000 |
commit | 359675d603b0b42e3157e0f7efa00e45eac2a866 (patch) | |
tree | 17039a7e3e551814efd1e3b4c1e9c6093dcbb3cb /gcc/rtl.def | |
parent | 008f445084f6d6db5be5baa4cc8cd647ba97d639 (diff) | |
download | gcc-359675d603b0b42e3157e0f7efa00e45eac2a866.tar.gz |
(INLINE_HEADER): Add three new fields.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10875 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index acb3a7dcae8..ac51b6d50f7 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: */ |