From: Kazu Hirata Date: Mon, 4 Apr 2005 20:42:11 +0000 (+0000) Subject: frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71294e1e3175661f955e759e4d4c94c794518970;p=gcc.git frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand. * config/frv/frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand. From-SVN: r97575 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91676a929b2..f7e21e705af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-04 Kazu Hirata + + * config/frv/frv.h (PREDICATE_CODES): Add CONST to + gpr_or_int12_operand. + 2004-04-04 Richard Sandiford PR target/19537 diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index a80d534f3bf..1cd416d0732 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -2781,7 +2781,7 @@ do { \ { "frv_load_operand", { REG, SUBREG, MEM }}, \ { "gpr_no_subreg_operand", { REG }}, \ { "gpr_or_fpr_operand", { REG, SUBREG }}, \ - { "gpr_or_int12_operand", { REG, SUBREG, CONST_INT }}, \ + { "gpr_or_int12_operand", { REG, SUBREG, CONST_INT, CONST }}, \ { "gpr_fpr_or_int12_operand", { REG, SUBREG, CONST_INT }}, \ { "gpr_or_int10_operand", { REG, SUBREG, CONST_INT }}, \ { "gpr_or_int_operand", { REG, SUBREG, CONST_INT }}, \