sh.h (PREDICATE_CODES): Add CONST_DOUBLE to general_movsrc_operand...
* config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to general_movsrc_operand, and remove CONST_INT from general_movdst_operand. From-SVN: r36357
This commit is contained in:
parent
c3e76028d0
commit
ae0a1c23b7
@ -1,3 +1,9 @@
|
||||
2000-09-12 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
|
||||
general_movsrc_operand, and remove CONST_INT from
|
||||
general_movdst_operand.
|
||||
|
||||
2000-09-12 Bernd Schmidt <bernds@redhat.co.uk>
|
||||
|
||||
* cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
|
||||
|
@ -2231,8 +2231,8 @@ extern struct rtx_def *fpscr_rtx;
|
||||
{"fp_arith_reg_operand", {SUBREG, REG}}, \
|
||||
{"fp_extended_operand", {SUBREG, REG, FLOAT_EXTEND}}, \
|
||||
{"fpscr_operand", {REG}}, \
|
||||
{"general_movsrc_operand", {SUBREG, REG, CONST_INT, MEM}}, \
|
||||
{"general_movdst_operand", {SUBREG, REG, CONST_INT, MEM}}, \
|
||||
{"general_movsrc_operand", {SUBREG, REG, CONST_INT, CONST_DOUBLE, MEM}}, \
|
||||
{"general_movdst_operand", {SUBREG, REG, MEM}}, \
|
||||
{"logical_operand", {SUBREG, REG, CONST_INT}}, \
|
||||
{"noncommutative_float_operator", {MINUS, DIV}}, \
|
||||
{"register_operand", {SUBREG, REG}},
|
||||
|
Loading…
Reference in New Issue
Block a user