i386.c: Correct coments on -mno-sse4.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 31 May 2007 20:50:51 +0000 (20:50 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 31 May 2007 20:50:51 +0000 (13:50 -0700)
2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c: Correct coments on -mno-sse4.

From-SVN: r125238

gcc/ChangeLog
gcc/config/i386/i386.c

index 839b9789dbd1b53837a0da1d063256ef4a8db139..a518e5b86a2ce3edf7da6e2265e1d98c31ca353d 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c: Correct coments on -mno-sse4.
+
 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config.gcc (i[34567]86-*-*): Add nmmintrin.h to
index 73261b0a7337366f3e1dc7392e78cc470ccce879..f4cdf1709906fd2c5edcaedb9bd07860b33a8c72 100644 (file)
@@ -1571,7 +1571,7 @@ static int ix86_isa_flags_explicit;
 #define OPTION_MASK_ISA_SSE4_2_UNSET OPTION_MASK_ISA_SSE4A
 
 /* SSE4 includes both SSE4.1 and SSE4.2. -msse4 should be the same
-   as -msse4.1 -msse4.2.  -mno-sse4 should the same as -msse4.1. */
+   as -msse4.1 -msse4.2.  -mno-sse4 should the same as -mno-sse4.1. */
 #define OPTION_MASK_ISA_SSE4 \
   (OPTION_MASK_ISA_SSE4_1 | OPTION_MASK_ISA_SSE4_2)
 #define OPTION_MASK_ISA_SSE4_UNSET OPTION_MASK_ISA_SSE4_1_UNSET