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

From-SVN: r127245
This commit is contained in:
Steve Ellcey 2007-08-06 16:51:43 +00:00 committed by Steve Ellcey
parent d5d5d289e2
commit db24f66908
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.md: Check TARGET_ macros and optimize_size

View File

@ -678,7 +678,7 @@ while (0)
#define MODES_TIEABLE_P(MODE1, MODE2) \
(GET_MODE_CLASS (MODE1) == GET_MODE_CLASS (MODE2) \
&& ((((MODE1) == XFmode) || ((MODE1) == XCmode) || ((MODE1) == RFmode)) \
== (((MODE2) == XFmode) || ((MODE2) == XCmode) || ((MODE1) == RFmode))) \
== (((MODE2) == XFmode) || ((MODE2) == XCmode) || ((MODE2) == RFmode))) \
&& (((MODE1) == BImode) == ((MODE2) == BImode)))
/* Specify the modes required to caller save a given hard regno.