From 535d0d1720fe48a9f37e139ddb84c519af79af23 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 21 Feb 1995 10:42:19 -0700 Subject: [PATCH] * integrate.c (finish_inline): Don't set DECL_INLINE. From-SVN: r8991 --- gcc/integrate.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2