* i386.h (TARGET_SWITCHES): Fix typo in option name.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 8 Feb 2000 17:15:00 +0000 (17:15 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 8 Feb 2000 17:15:00 +0000 (17:15 +0000)
From-SVN: r31853

gcc/ChangeLog
gcc/config/i386/i386.h

index c9f3ebddea60efe5d8c9d86476dc52256b07d165..c842bc638bdae393b37d7a2e2cf035a2599a7f72 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * i386.h (TARGET_SWITCHES): Fix typo in option name.
+
 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
 
         * function.c (thread_prologue_and_epilogue_insns): Don't replace
index 8c33c66f50747584bf042061ef8420177ba56a2f..e8ae4d901ea927f4083ee5ead22a261545ff68fb 100644 (file)
@@ -247,7 +247,7 @@ extern const int x86_promote_QImode, x86_single_stringop;
     "Align destination of the string operations" },                          \
   { "no-align-stringops",       MASK_NO_ALIGN_STROPS,                        \
     "Do not align destination of the string operations" },                   \
-  { "inline-all-strinops",      MASK_INLINE_ALL_STROPS,                      \
+  { "inline-all-stringops",     MASK_INLINE_ALL_STROPS,                      \
     "Inline all known string operations" },                                  \
   { "no-inline-all-stringops", -MASK_INLINE_ALL_STROPS,                      \
     "Do not inline all known string operations" },                           \