summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-25 16:55:10 +0000
committertejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>2015-09-25 16:55:10 +0000
commit69f3211769e34f24e5499ae4c5ca9118d3416a70 (patch)
treecfcbc1d31a88d4d6b18efba98a1cff312f064395
parenta83df7d68c8fe3794a847303e981f7f0f48b358b (diff)
downloadgcc-69f3211769e34f24e5499ae4c5ca9118d3416a70.tar.gz
Fix old ChangeLog entry to include global variable name that was changed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228137 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog-20134
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog-2013 b/gcc/ChangeLog-2013
index 7cf3c997752..47683fa42ed 100644
--- a/gcc/ChangeLog-2013
+++ b/gcc/ChangeLog-2013
@@ -6078,8 +6078,8 @@
2013-11-19 Teresa Johnson <tejohnson@google.com>
- * common/config/i386/i386-common.c: Enable
- -freorder-blocks-and-partition at -O2 and up for x86.
+ * common/config/i386/i386-common.c (ix86_option_optimization_table):
+ Enable -freorder-blocks-and-partition at -O2 and up for x86.
* doc/invoke.texi: Update -freorder-blocks-and-partition default.
* opts.c (finish_options): Only warn if
-freorder-blocks-and-partition was set on command line.