aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-06-28 09:30:57 +0000
committerNick Clifton <nickc@gcc.gnu.org>2007-06-28 09:30:57 +0000
commit6ae4be32f1864e1c9ec64a4b52718e4364559c8e (patch)
treeb59b48a5cd88aae040f671295c730fc46bf7409f /gcc/common.opt
parentf406aea57db1565b43161d67c2949db7038171fd (diff)
downloadgcc-6ae4be32f1864e1c9ec64a4b52718e4364559c8e.zip
gcc-6ae4be32f1864e1c9ec64a4b52718e4364559c8e.tar.gz
gcc-6ae4be32f1864e1c9ec64a4b52718e4364559c8e.tar.bz2
common.opt (fipa-matrix-reorg): Add Optimization attribute.
* common.opt (fipa-matrix-reorg): Add Optimization attribute. (fdce, fdse, fpredictive-commoning): Likewise. From-SVN: r126073
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index d03652c..c40a408 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -597,7 +597,7 @@ Common Report Var(flag_ipa_type_escape) Init(0) Optimization
Type based escape and alias analysis
fipa-matrix-reorg
-Common Report Var(flag_ipa_matrix_reorg)
+Common Report Var(flag_ipa_matrix_reorg) Optimization
Perform matrix layout flattening and transposing based
on profiling information.
@@ -669,11 +669,11 @@ Common RejectNegative Report Var(flag_mudflap_ignore_reads)
Ignore read operations when inserting mudflap instrumentation
fdce
-Common Var(flag_dce) Init(1)
+Common Var(flag_dce) Init(1) Optimization
Use the RTL dead code elimination pass
fdse
-Common Var(flag_dse) Init(1)
+Common Var(flag_dse) Init(1) Optimization
Use the RTL dead store elimination pass
freschedule-modulo-scheduled-loops
@@ -745,7 +745,7 @@ Common Report Var(flag_pie,1) VarExists
Generate position-independent code for executables if possible (small mode)
fpredictive-commoning
-Common Report Var(flag_predictive_commoning)
+Common Report Var(flag_predictive_commoning) Optimization
Run predictive commoning optimization.
fprefetch-loop-arrays