From: Jeff Law Date: Tue, 21 Feb 1995 17:42:19 +0000 (-0700) Subject: * integrate.c (finish_inline): Don't set DECL_INLINE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=535d0d1720fe48a9f37e139ddb84c519af79af23;p=gcc.git * integrate.c (finish_inline): Don't set DECL_INLINE. From-SVN: r8991 --- diff --git a/gcc/integrate.c b/gcc/integrate.c index 6a6643ab77f..01ab5ea75c7 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