aboutsummaryrefslogtreecommitdiff
path: root/gcc/regs.h
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-03 09:37:26 -0700
committerJeff Law <law@gcc.gnu.org>1998-04-03 09:37:26 -0700
commit31031eddacda46a500b2390f52cd4474bcaf84ca (patch)
tree28111445709b1e369e559db59f8c46cf5b81a203 /gcc/regs.h
parent732dcb6f2a8254467d15cffc3cebf3467c4d010f (diff)
downloadgcc-31031eddacda46a500b2390f52cd4474bcaf84ca.zip
gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.tar.gz
gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.tar.bz2
dummy commit before merge
From-SVN: r18980
Diffstat (limited to 'gcc/regs.h')
-rw-r--r--gcc/regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/regs.h b/gcc/regs.h
index 5089553..fe1dbfe 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -29,6 +29,10 @@ Boston, MA 02111-1307, USA. */
#define REG_SIZE(R) \
((mode_size[(int) GET_MODE (R)] + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
+#ifndef SMALL_REGISTER_CLASSES
+#define SMALL_REGISTER_CLASSES 0
+#endif
+
/* Maximum register number used in this function, plus one. */
extern int max_regno;