From: Namhyung Kim Date: Thu, 3 Sep 2009 05:31:42 +0000 (+0000) Subject: invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list. X-Git-Tag: releases/gcc-4.5.0~3707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95da10ea1894ddc616d2d1a28f787e2c7b9a85e8;p=thirdparty%2Fgcc.git invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list. 2009-09-03 Namhyung Kim * doc/invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list. From-SVN: r151366 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a830c7c3cedf..702035266782 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-03 Namhyung Kim + + * doc/invoke.texi (Optimize Options): Move + -finline-small-functions to the -O2 list. + 2009-09-03 Alexandre Oliva * toplev.c (process_options): Enable var-tracking-assignments diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6c9da5ebd25e..2b3acb7ff376 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5617,7 +5617,6 @@ compilation time. -fguess-branch-probability @gol -fif-conversion2 @gol -fif-conversion @gol --finline-small-functions @gol -fipa-pure-const @gol -fipa-reference @gol -fmerge-constants @@ -5658,6 +5657,7 @@ also turns on the following optimization flags: -fdelete-null-pointer-checks @gol -fexpensive-optimizations @gol -fgcse -fgcse-lm @gol +-finline-small-functions @gol -findirect-inlining @gol -foptimize-sibling-calls @gol -fpeephole2 @gol