aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.h
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2011-03-28 01:53:24 +0000
committerVladimir Makarov <vmakarov@gcc.gnu.org>2011-03-28 01:53:24 +0000
commit99710245becabdfa97984d1f68a01f9876124417 (patch)
tree761665b37aeeeb5eb4e3f9b4770772ea49679cc0 /gcc/config/m32r/m32r.h
parent0854e22029b6d45bc67140bf5d5493ee5c9294ef (diff)
downloadgcc-99710245becabdfa97984d1f68a01f9876124417.zip
gcc-99710245becabdfa97984d1f68a01f9876124417.tar.gz
gcc-99710245becabdfa97984d1f68a01f9876124417.tar.bz2
re PR bootstrap/48307 (Bootstrap failure)
2011-03-27 Vladimir Makarov <vmakarov@redhat.com> PR bootstrap/48307 Revert the previous patch. From-SVN: r171589
Diffstat (limited to 'gcc/config/m32r/m32r.h')
-rw-r--r--gcc/config/m32r/m32r.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h
index 31c6cb1..a43e295 100644
--- a/gcc/config/m32r/m32r.h
+++ b/gcc/config/m32r/m32r.h
@@ -459,6 +459,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. */