* Obvious IA64 patch to fix typo
@ 2007-08-06 16:51 Steve Ellcey
0 siblings, 0 replies; only message in thread
From: Steve Ellcey @ 2007-08-06 16:51 UTC (permalink / raw)
To: gcc-patches
I found an typo in the config/ia64/ia64.h file where I had put a MODE1
instead of MODE2 in the MODES_TIEABLE_P macro. This patch fixes it. I
did a bootstrap and will check it in as obvious.
Steve Ellcey
sje@cup.hp.com
2007-08-06 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
Index: config/ia64/ia64.h
===================================================================
--- config/ia64/ia64.h (revision 127234)
+++ config/ia64/ia64.h (working copy)
@@ -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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-06 16:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-06 16:51 Obvious IA64 patch to fix typo Steve Ellcey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).