From: H.J. Lu Date: Tue, 18 Jun 2013 16:57:06 +0000 (+0000) Subject: Fix a typo in comments in config/i386/i386.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c21b257dc62ff5a6754dc44cb672e537c975aa05;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b61f6fe4d84..fa5bb781808 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-06-18 H.J. Lu + + * config/i386/i386.c (initial_ix86_tune_features): Fix a typo + in comments. + 2013-06-18 Julian Brown * 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 45e88996ad2..0060b793807 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,