diff options
author | Jeff Law <law@gcc.gnu.org> | 1995-02-21 10:42:19 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1995-02-21 10:42:19 -0700 |
commit | 535d0d1720fe48a9f37e139ddb84c519af79af23 (patch) | |
tree | d61cc3a34bc7ad1f434cdb6fc37880d3e05e409a | |
parent | 662347c5083a2233ae5112e4bed4cbb8b533cc50 (diff) | |
download | gcc-535d0d1720fe48a9f37e139ddb84c519af79af23.zip gcc-535d0d1720fe48a9f37e139ddb84c519af79af23.tar.gz gcc-535d0d1720fe48a9f37e139ddb84c519af79af23.tar.bz2 |
* integrate.c (finish_inline): Don't set DECL_INLINE.
From-SVN: r8991
-rw-r--r-- | gcc/integrate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 6a6643a..01ab5ea 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -342,7 +342,6 @@ finish_inline (fndecl, head) FIRST_PARM_INSN (head) = get_insns (); DECL_SAVED_INSNS (fndecl) = head; DECL_FRAME_SIZE (fndecl) = get_frame_size (); - DECL_INLINE (fndecl) = 1; } /* Adjust the BLOCK_END_NOTE pointers in a given copied DECL tree so that |