2005-09-01 Richard Guenther <rguenther@suse.de>
commitf1aa280c70cc72c8d70f99fbf17f666386930209
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2005 08:54:40 +0000 (1 08:54 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2005 08:54:40 +0000 (1 08:54 +0000)
treec2efaa501141cb154f0baf039de17b5444cf03a4
parenta63dd01b10e09c016e7e3562fa74add2074376c0
2005-09-01  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/15366
* common.opt: Add -finline-functions-called-once.
Put -fearly-inlining in alphabetically ordered place.
* doc/invoke.texi: Document new option.
* ipa-inline.c (cgraph_decide_inlining): Honour
flag_inline_functions_called_once.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103722 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/ipa-inline.c