* config/i386/i386.h (MODES_TIEABLE_P): Fix typo.

From-SVN: r66670
This commit is contained in:
Alexander Aganichev 2003-05-10 19:38:02 +00:00 committed by Eric Botcazou
parent 9b514d2586
commit a64d0bc69e
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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))))