]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
common.opt (fira-loop-pressure): Mark as optimization.
authorPaulo Matos <paulo@matos-sorge.com>
Fri, 7 Mar 2014 09:34:18 +0000 (10:34 +0100)
committerPaulo Matos <pmatos@gcc.gnu.org>
Fri, 7 Mar 2014 09:34:18 +0000 (10:34 +0100)
2014-03-07  Paulo Matos  <paulo@matos-sorge.com>

* common.opt (fira-loop-pressure): Mark as optimization.

From-SVN: r208395

gcc/ChangeLog
gcc/common.opt

index 177cda85570279e68cc5fa8c71c291aeaaa87036..dca1085875d9e694aa676d460c3b41589596831c 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
+
+       * common.opt (fira-loop-pressure): Mark as optimization.
+
 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
 
        * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
index d334cf2ad69ae794254e6598bac7c8c61a9a7a98..661516d2cb9bb0d8967e0e79b3c5f8df7c0de592 100644 (file)
@@ -1443,7 +1443,7 @@ Use IRA based register pressure calculation
 in RTL hoist optimizations.
 
 fira-loop-pressure
-Common Report Var(flag_ira_loop_pressure)
+Common Report Var(flag_ira_loop_pressure) Optimization
 Use IRA based register pressure calculation
 in RTL loop optimizations.