diff options
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r-- | gcc/config/v850/v850.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index b951b2cce41..c897b121380 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. NEC V850 series Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2007 Free Software Foundation, Inc. + 2007, 2008 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. @@ -318,6 +318,11 @@ enum reg_class #define N_REG_CLASSES (int) LIM_REG_CLASSES +#define IRA_COVER_CLASSES \ +{ \ + GENERAL_REGS, LIM_REG_CLASSES \ +} + /* Give names of register classes as strings for dump file. */ #define REG_CLASS_NAMES \ |