diff options
author | Namhyung Kim <namhyung@gmail.com> | 2009-09-03 05:31:42 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2009-09-03 15:31:42 +1000 |
commit | 95da10ea1894ddc616d2d1a28f787e2c7b9a85e8 (patch) | |
tree | 12c4099642d38fa0a69ecf694a9d2c5c8e1460a8 | |
parent | 73d598d5a7ee779909daebc16ce9b32075ecf1b8 (diff) | |
download | gcc-95da10ea1894ddc616d2d1a28f787e2c7b9a85e8.zip gcc-95da10ea1894ddc616d2d1a28f787e2c7b9a85e8.tar.gz gcc-95da10ea1894ddc616d2d1a28f787e2c7b9a85e8.tar.bz2 |
invoke.texi (Optimize Options): Move -finline-small-functions to the -O2 list.
2009-09-03 Namhyung Kim <namhyung@gmail.com>
* doc/invoke.texi (Optimize Options): Move
-finline-small-functions to the -O2 list.
From-SVN: r151366
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a830c7c..7020352 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-09-03 Namhyung Kim <namhyung@gmail.com> + + * doc/invoke.texi (Optimize Options): Move + -finline-small-functions to the -O2 list. + 2009-09-03 Alexandre Oliva <aoliva@redhat.com> * toplev.c (process_options): Enable var-tracking-assignments diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6c9da5e..2b3acb7 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 |