From 95da10ea1894ddc616d2d1a28f787e2c7b9a85e8 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Thu, 3 Sep 2009 05:31:42 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a830c7c3ced..70203526678 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 6c9da5ebd25..2b3acb7ff37 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 -- 2.30.2