mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 21:01:09 +08:00
* config/cris/cris.h (IRA_COVER_CLASSES): Define.
From-SVN: r140745
This commit is contained in:
parent
c47c69cbf8
commit
e53c26770b
@ -1,3 +1,7 @@
|
||||
2008-09-29 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/cris/cris.h (IRA_COVER_CLASSES): Define.
|
||||
|
||||
2008-09-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||
|
||||
PR target/37640
|
||||
|
@ -597,6 +597,8 @@ enum reg_class
|
||||
|
||||
#define INDEX_REG_CLASS GENERAL_REGS
|
||||
|
||||
#define IRA_COVER_CLASSES { GENERAL_REGS, SPECIAL_REGS, LIM_REG_CLASSES }
|
||||
|
||||
#define REG_CLASS_FROM_LETTER(C) \
|
||||
( \
|
||||
(C) == 'a' ? ACR_REGS : \
|
||||
|
Loading…
x
Reference in New Issue
Block a user