* integrate.c (finish_inline): Don't set DECL_INLINE.
authorJeff Law <law@gcc.gnu.org>
Tue, 21 Feb 1995 17:42:19 +0000 (10:42 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 21 Feb 1995 17:42:19 +0000 (10:42 -0700)
From-SVN: r8991

gcc/integrate.c

index 6a6643ab77fd82c063b6f9c6fc4cff26f7c608cd..01ab5ea75c7cf52713f7bbfee394107a1caa30f8 100644 (file)
@@ -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