From 99710245becabdfa97984d1f68a01f9876124417 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Mon, 28 Mar 2011 01:53:24 +0000 Subject: re PR bootstrap/48307 (Bootstrap failure) 2011-03-27 Vladimir Makarov PR bootstrap/48307 Revert the previous patch. From-SVN: r171589 --- gcc/config/stormy16/stormy16.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/config/stormy16') diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 53f4d2d..a838b8a 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -179,6 +179,11 @@ enum reg_class #define N_REG_CLASSES ((int) LIM_REG_CLASSES) +#define IRA_COVER_CLASSES \ +{ \ + GENERAL_REGS, LIM_REG_CLASSES \ +} + #define REG_CLASS_NAMES \ { \ "NO_REGS", \ -- cgit v1.1