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:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user