* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 8 Jun 2005 02:31:24 +0000 (02:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 8 Jun 2005 02:31:24 +0000 (02:31 +0000)
From-SVN: r100738

gcc/ChangeLog
gcc/config/c4x/c4x.h

index a15b985..18d1845 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-08  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.
+
 2005-06-07  Eric Christopher  <echristo@redhat.com>
 
        * system.h: Poison EXTRA_CC_MODES.
index b9fd452..10aebc8 100644 (file)
@@ -1699,8 +1699,7 @@ if (final_sequence != NULL_RTX)                           \
   {"any_operand", {SUBREG, REG, MEM, CONST_INT, CONST_DOUBLE}}, \
   {"par_ind_operand", {MEM}},                                  \
   {"parallel_operand", {SUBREG, REG, MEM}},                    \
-  {"symbolic_address_operand", {SYMBOL_REF, LABEL_REF, CONST}},        \
-  {"mem_operand", {MEM}},                                      
+  {"symbolic_address_operand", {SYMBOL_REF, LABEL_REF, CONST}},
 
 
 /* Define the intrinsic functions for the c3x/c4x.  */