mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 10:24:54 +08:00
* config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
From-SVN: r66670
This commit is contained in:
parent
9b514d2586
commit
a64d0bc69e
@ -1,3 +1,7 @@
|
||||
2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
|
||||
|
||||
* config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
|
||||
|
||||
2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* defaults.h (GCOV_TYPE_SIZE): Remove.
|
||||
|
@ -1087,7 +1087,7 @@ do { \
|
||||
&& (TARGET_64BIT || !TARGET_PARTIAL_REG_STALL)) \
|
||||
|| ((MODE1) == DImode && TARGET_64BIT)) \
|
||||
&& ((MODE2) == HImode || (MODE2) == SImode \
|
||||
|| ((MODE1) == QImode \
|
||||
|| ((MODE2) == QImode \
|
||||
&& (TARGET_64BIT || !TARGET_PARTIAL_REG_STALL)) \
|
||||
|| ((MODE2) == DImode && TARGET_64BIT))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user