X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig%2Fm32r%2Fm32r.h;fp=gcc%2Fconfig%2Fm32r%2Fm32r.h;h=eed07343a9a173c61316980fe01fbd443eb57163;hp=0c9e31853edb567ea59cff403b5c4c3a9ac96143;hb=435786423ce40e21a6650f6794a7d781d44c04cf;hpb=36526297ed7449c2ad2329d2fa1d435c8711b13e diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 0c9e31853ed..eed07343a9a 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, Renesas M32R cpu. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. @@ -624,6 +624,11 @@ enum reg_class NO_REGS, CARRY_REG, ACCUM_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES }; +#define IRA_COVER_CLASSES \ +{ \ + ACCUM_REGS, GENERAL_REGS, LIM_REG_CLASSES \ +} + #define N_REG_CLASSES ((int) LIM_REG_CLASSES) /* Give names of register classes as strings for dump file. */