mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:50:26 +08:00
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
@ -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…
x
Reference in New Issue
Block a user