This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MCore: Define IRA_COVER_CLASSES


Hi Guys,

  I am checking in the patch below to define IRA_COVER_CLASSES for the
  MCore target.

Cheers
  Nick

gcc/ChangeLog
2008-08-28  Nick Clifton  <nickc@redhat.com>

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

Index: gcc/config/mcore/mcore.h
===================================================================
--- gcc/config/mcore/mcore.h	(revision 139716)
+++ gcc/config/mcore/mcore.h	(working copy)
@@ -379,6 +379,12 @@
 
 #define N_REG_CLASSES  (int) LIM_REG_CLASSES
 
+#define IRA_COVER_CLASSES		\
+{					\
+  GENERAL_REGS, C_REGS, LIM_REG_CLASSES	\
+}
+
+
 /* Give names of register classes as strings for dump file.  */
 #define REG_CLASS_NAMES  \
 {			\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]