cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.
authorJan Hubicka <jh@suse.cz>
Sat, 26 Jul 2008 10:03:01 +0000 (12:03 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 26 Jul 2008 10:03:01 +0000 (10:03 +0000)
commitc37f4ba497bbe33b11c2cf9fa33c077b22218168
tree80406a736a1a96412c44a033898bd544e1802903
parent18509edc7fe522caa0a55e49f8780074cdb431e7
cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.

* cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.
* cgraphunit.c (record_cdtor_fn): Do not initialize DECL_INLINE
(cgraph_preserve_function_body_p): Do not rely on DECL_INLINE.
* dojump.c (clear_pending_stack_adjust): Likewise.
* print-tree.c (print_node): Ignore DECL_INLINE.
* tree-inline.c (inlinable_function_p): Likewise.

From-SVN: r138165
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/dojump.c
gcc/print-tree.c
gcc/tree-inline.c