trans.c (process_inlined_subprograms): Remove tree_really_inline check.
* trans.c (process_inlined_subprograms): Remove tree_really_inline check. From-SVN: r138261
This commit is contained in:
parent
68c989b06f
commit
13669c366c
1 changed files with 2 additions and 2 deletions
|
@ -5701,9 +5701,9 @@ process_inlined_subprograms (Node_Id gnat_node)
|
|||
Entity_Id gnat_entity;
|
||||
Node_Id gnat_body;
|
||||
|
||||
/* If we can inline, generate RTL for all the inlined subprograms.
|
||||
/* If we can inline, generate Gimple for all the inlined subprograms.
|
||||
Define the entity first so we set DECL_EXTERNAL. */
|
||||
if (optimize > 0 && !flag_really_no_inline)
|
||||
if (optimize > 0)
|
||||
for (gnat_entity = First_Inlined_Subprogram (gnat_node);
|
||||
Present (gnat_entity);
|
||||
gnat_entity = Next_Inlined_Subprogram (gnat_entity))
|
||||
|
|
Loading…
Add table
Reference in a new issue