OSDN Git Service

2009-09-03 Namhyung Kim <namhyung@gmail.com>
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 2009 05:31:42 +0000 (05:31 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Sep 2009 05:31:42 +0000 (05:31 +0000)
* doc/invoke.texi (Optimize Options): Move
-finline-small-functions to the -O2 list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151366 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index a830c7c..7020352 100644 (file)
@@ -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
index 6c9da5e..2b3acb7 100644 (file)
@@ -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