Commit 1853547e by Richard Henderson Committed by Richard Henderson

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
parent f5ddf154
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.
* expr.c (expand_expr): Handle it.
* varasm.c (initializer_constant_valid_p): Likewise.
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment