Commit 95da10ea by Namhyung Kim Committed by Ben Elliston

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
parent 73d598d5
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> 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
* toplev.c (process_options): Enable var-tracking-assignments * toplev.c (process_options): Enable var-tracking-assignments
......
...@@ -5617,7 +5617,6 @@ compilation time. ...@@ -5617,7 +5617,6 @@ compilation time.
-fguess-branch-probability @gol -fguess-branch-probability @gol
-fif-conversion2 @gol -fif-conversion2 @gol
-fif-conversion @gol -fif-conversion @gol
-finline-small-functions @gol
-fipa-pure-const @gol -fipa-pure-const @gol
-fipa-reference @gol -fipa-reference @gol
-fmerge-constants -fmerge-constants
...@@ -5658,6 +5657,7 @@ also turns on the following optimization flags: ...@@ -5658,6 +5657,7 @@ also turns on the following optimization flags:
-fdelete-null-pointer-checks @gol -fdelete-null-pointer-checks @gol
-fexpensive-optimizations @gol -fexpensive-optimizations @gol
-fgcse -fgcse-lm @gol -fgcse -fgcse-lm @gol
-finline-small-functions @gol
-findirect-inlining @gol -findirect-inlining @gol
-foptimize-sibling-calls @gol -foptimize-sibling-calls @gol
-fpeephole2 @gol -fpeephole2 @gol
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment