stormy16.h (REG_CLASS_FROM_LETTER): Map 'd' to R8_REGS.

* config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
        to R8_REGS.

From-SVN: r45735
This commit is contained in:
Richard Henderson 2001-09-21 13:08:10 -07:00 committed by Richard Henderson
parent f5ddf15465
commit 1853547e03
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-09-21 Richard Henderson <rth@redhat.com>
* config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
to R8_REGS.
2001-09-21 Richard Henderson <rth@redhat.com>
* tree.def (FDESC_EXPR): New.

View File

@ -1299,8 +1299,9 @@ enum reg_class
( (CHAR) == 'a' ? R0_REGS \
: (CHAR) == 'b' ? R1_REGS \
: (CHAR) == 'c' ? R2_REGS \
: (CHAR) == 't' ? TWO_REGS \
: (CHAR) == 'd' ? R8_REGS \
: (CHAR) == 'e' ? EIGHT_REGS \
: (CHAR) == 't' ? TWO_REGS \
: (CHAR) == 'y' ? CARRY_REGS \
: NO_REGS)