diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/common.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 177cda85570..dca1085875d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/common.opt b/gcc/common.opt index d334cf2ad69..661516d2cb9 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -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. |