common.opt (fipa-matrix-reorg): Add Optimization attribute.
authorNick Clifton <nickc@redhat.com>
Thu, 28 Jun 2007 09:30:57 +0000 (09:30 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 28 Jun 2007 09:30:57 +0000 (09:30 +0000)
* common.opt (fipa-matrix-reorg): Add Optimization attribute.
  (fdce, fdse, fpredictive-commoning): Likewise.

From-SVN: r126073

gcc/ChangeLog
gcc/common.opt

index 174f39ed6d74fcb4832eb529ef7557abd05af0ff..cb9878e2389f4b25a8e2f043181940d8e31eaa09 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-28  Nick Clifton  <nickc@redhat.com>
+
+       * common.opt (fipa-matrix-reorg): Add Optimization attribute.
+       (fdce, fdse, fpredictive-commoning): Likewise.
+
 2007-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
 
        PR other/31400
index d03652c0ad3d01efd6c6dcce807464dc938ef575..c40a408cb9edd62058a67727a7f497b4bc7c7426 100644 (file)
@@ -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