mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 02:50:29 +08:00
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
From-SVN: r127245
This commit is contained in:
parent
d5d5d289e2
commit
db24f66908
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user