re PR tree-optimization/26667 (Inlining always_inline functions causes further inlini...
authorRichard Guenther <rguenther@suse.de>
Tue, 14 Mar 2006 09:57:43 +0000 (09:57 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 14 Mar 2006 09:57:43 +0000 (09:57 +0000)
commit6971d714fe697f099327fcfac909497e1a7e906d
tree6a67f9a43b1a56c8f6f35b5469c6f0d4e28d8e3a
parent7de805590acbbcce1968a6552950b189946d852f
re PR tree-optimization/26667 (Inlining always_inline functions causes further inlining that reduces function size to fail)

2006-03-14  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/26667
* ipa-inline.c (cgraph_check_inline_limits): Walk the correct
node for the callees.  Always allow inlining if it will shrink
the function size.

From-SVN: r112049
gcc/ChangeLog
gcc/ipa-inline.c