* config/cris/cris.h (IRA_COVER_CLASSES): Define.

From-SVN: r140745
This commit is contained in:
Hans-Peter Nilsson 2008-09-29 00:35:53 +00:00 committed by Hans-Peter Nilsson
parent c47c69cbf8
commit e53c26770b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 : \