frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 4 Apr 2005 20:42:11 +0000 (20:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 4 Apr 2005 20:42:11 +0000 (20:42 +0000)
* config/frv/frv.h (PREDICATE_CODES): Add CONST to
gpr_or_int12_operand.

From-SVN: r97575

gcc/ChangeLog
gcc/config/frv/frv.h

index 91676a929b2bc8e3704b95f2a87150dfa2fd8fb9..f7e21e705affbafc004b9c96c04df823b6db72f5 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/frv/frv.h (PREDICATE_CODES): Add CONST to
+       gpr_or_int12_operand.
+
 2004-04-04  Richard Sandiford  <rsandifo@redhat.com>
 
        PR target/19537
index a80d534f3bf03a1d0701ff31f68f8229690b5a1d..1cd416d0732b81426c475c264b38b3a741543d8b 100644 (file)
@@ -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 }},    \