From 116525cb72de85c5116d333f7784920cb2e35ba8 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Mon, 28 Mar 2011 01:53:24 +0000 Subject: 2011-03-27 Vladimir Makarov PR bootstrap/48307 Revert the previous patch. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@171589 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/iq2000/iq2000.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/config/iq2000') diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index 8a3c653c455..62cddea444e 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -209,6 +209,11 @@ enum reg_class #define N_REG_CLASSES (int) LIM_REG_CLASSES +#define IRA_COVER_CLASSES \ +{ \ + GR_REGS, LIM_REG_CLASSES \ +} + #define REG_CLASS_NAMES \ { \ "NO_REGS", \ -- cgit v1.2.3