2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-21 10:20:29 +08:00

(poplevel): Don't call output_inline_function if DECL_SAVED_INSNS is

not set.

From-SVN: r13224
This commit is contained in:
Richard Kenner 1996-12-07 17:35:03 -05:00
parent 1ba9a4871f
commit dd103803e2

@ -1003,7 +1003,7 @@ poplevel (keep, reverse, functionbody)
if (DECL_ABSTRACT_ORIGIN (decl) != 0
&& DECL_ABSTRACT_ORIGIN (decl) != decl)
TREE_ADDRESSABLE (DECL_ABSTRACT_ORIGIN (decl)) = 1;
else
else if (DECL_SAVED_INSNS (decl) != 0)
{
push_function_context ();
output_inline_function (decl);