mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-23 21:04:29 +08:00
* i386.h (TARGET_SWITCHES): Fix typo in option name.
From-SVN: r31853
This commit is contained in:
parent
a617c13f06
commit
4be2e5d967
@ -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
|
||||
|
@ -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" }, \
|
||||
|
Loading…
Reference in New Issue
Block a user