OSDN Git Service

* cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2008 10:03:01 +0000 (10:03 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Jul 2008 10:03:01 +0000 (10:03 +0000)
commit8d8c4c8d833e821376b00a1f83b44bb701824b16
tree80406a736a1a96412c44a033898bd544e1802903
parente2fb03c949f9bd79575f457bdbcfbe7e7a326dd4
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138165 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/dojump.c
gcc/print-tree.c
gcc/tree-inline.c