diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2013-06-18 16:57:06 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2013-06-18 09:57:06 -0700 |
commit | c21b257dc62ff5a6754dc44cb672e537c975aa05 (patch) | |
tree | 546fb1c2fdbc0aef59ffa8c8cad059a94d848302 /gcc | |
parent | 33255ae30b39c1fb1c132d0e5649444f2c6adbf2 (diff) | |
download | gcc-c21b257dc62ff5a6754dc44cb672e537c975aa05.zip gcc-c21b257dc62ff5a6754dc44cb672e537c975aa05.tar.gz gcc-c21b257dc62ff5a6754dc44cb672e537c975aa05.tar.bz2 |
Fix a typo in comments in config/i386/i386.c
* config/i386/i386.c (initial_ix86_tune_features): Fix a typo
in comments.
From-SVN: r200174
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b61f6fe..fa5bb78 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-06-18 H.J. Lu <hongjiu.lu@intel.com> + + * config/i386/i386.c (initial_ix86_tune_features): Fix a typo + in comments. + 2013-06-18 Julian Brown <julian@codesourcery.com> * config/arm/arm.c (neon_vector_mem_operand): Add strict argument. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 45e8899..0060b79 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2085,7 +2085,7 @@ static unsigned int initial_ix86_tune_features[X86_TUNE_LAST] = { instructions. */ ~m_ATOM, - /* X86_SOFTARE_PREFETCHING_BENEFICIAL: Enable software prefetching + /* X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL: Enable software prefetching at -O3. For the moment, the prefetching seems badly tuned for Intel chips. */ m_K6_GEODE | m_AMD_MULTIPLE, |