aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1995-02-21 10:42:19 -0700
committerJeff Law <law@gcc.gnu.org>1995-02-21 10:42:19 -0700
commit535d0d1720fe48a9f37e139ddb84c519af79af23 (patch)
treed61cc3a34bc7ad1f434cdb6fc37880d3e05e409a
parent662347c5083a2233ae5112e4bed4cbb8b533cc50 (diff)
downloadgcc-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.c1
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