Commit 535d0d17 by Jeff Law

* integrate.c (finish_inline): Don't set DECL_INLINE.

From-SVN: r8991
parent 662347c5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment