Commit a64d0bc6 by Alexander Aganichev Committed by Eric Botcazou

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

From-SVN: r66670
parent 9b514d25
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))))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment