diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
commit | 68215e49a61b9179c353b5edd9b5796b04acdba0 (patch) | |
tree | 28111445709b1e369e559db59f8c46cf5b81a203 /gcc/regs.h | |
parent | 489ae1b6ce3a4da007b9b313a477ac4105dccab1 (diff) | |
download | gcc-68215e49a61b9179c353b5edd9b5796b04acdba0.tar.gz |
dummy commit before merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regs.h')
-rw-r--r-- | gcc/regs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/regs.h b/gcc/regs.h index 5089553d0f4..fe1dbfe6b7a 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; |