Fix a typo in -mavx256-split-unaligned-store.
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 28 Mar 2011 20:40:41 +0000 (20:40 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 28 Mar 2011 20:40:41 +0000 (13:40 -0700)
2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (flag_opts): Fix a typo in
-mavx256-split-unaligned-store.

From-SVN: r171626

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

index 1de788d77f4b5adf52e3c762e341a41c0926a560..1469c80f1e67b6b4dffd33d5ecff1ec6d6524761 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (flag_opts): Fix a typo in
+       -mavx256-split-unaligned-store.
+
 2011-03-28  Anatoly Sokolov  <aesok@post.ru>
 
        * config/h8300/h8300.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
index a4ca762228ccb517d33ca9352fdba77cec4ff288..854223898d8cc3c11905bbe4f5511f044cdb4d74 100644 (file)
@@ -3131,7 +3131,7 @@ ix86_target_string (int isa, int flags, const char *arch, const char *tune,
     { "-m8bit-idiv",                   MASK_USE_8BIT_IDIV },
     { "-mvzeroupper",                  MASK_VZEROUPPER },
     { "-mavx256-split-unaligned-load", MASK_AVX256_SPLIT_UNALIGNED_LOAD},
-    { "-mavx256-split-unaligned-stroe",        MASK_AVX256_SPLIT_UNALIGNED_STORE},
+    { "-mavx256-split-unaligned-store",        MASK_AVX256_SPLIT_UNALIGNED_STORE},
   };
 
   const char *opts[ARRAY_SIZE (isa_opts) + ARRAY_SIZE (flag_opts) + 6][2];