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: r138254
This commit is contained in:
parent
8452fee78f
commit
343eba42a9
@ -1,3 +1,8 @@
|
||||
2008-07-29 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* trans.c (process_inlined_subprograms): Remove tree_really_inline
|
||||
check.
|
||||
|
||||
2008-07-29 Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
* gcc-interface: New directory.
|
||||
|
@ -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