Fix a typo in host_detect_local_cpu.
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 2 Aug 2011 19:23:10 +0000 (19:23 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 2 Aug 2011 19:23:10 +0000 (12:23 -0700)
2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.

From-SVN: r177204

gcc/ChangeLog
gcc/config/i386/driver-i386.c

index 306d968fa1f3cd7e4e400703c82f8a058f2e4ad2..caf57be4efc0003526ac8de36dc8be6dba02e485 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/driver-i386.c (host_detect_local_cpu): Fix a typo.
+
 2011-08-02  Richard Henderson  <rth@redhat.com>
 
        PR target/49878
index 5823987863f8534ca33435ceb8ab5a18bf4c6060..1f6fadfe90a9d2103b8a1d93e064e91cb823663b 100644 (file)
@@ -718,7 +718,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
       const char *avx = has_avx ? " -mavx" : " -mno-avx";
       const char *sse4_2 = has_sse4_2 ? " -msse4.2" : " -mno-sse4.2";
       const char *sse4_1 = has_sse4_1 ? " -msse4.1" : " -mno-sse4.1";
-      const char *lzcnt = has_lzcnt ? " -mlzcnt" : " -mnolzcnt";
+      const char *lzcnt = has_lzcnt ? " -mlzcnt" : " -mno-lzcnt";
 
       options = concat (options, cx16, sahf, movbe, ase, pclmul,
                        popcnt, abm, lwp, fma, fma4, xop, bmi, tbm,