From e79df5ce293e04612c25f970882a2096b6df19a4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 8 Jun 2005 02:31:24 +0000 Subject: [PATCH] * config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand. From-SVN: r100738 --- gcc/ChangeLog | 4 ++++ gcc/config/c4x/c4x.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a15b985..18d1845 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-08 Kazu Hirata + + * config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand. + 2005-06-07 Eric Christopher * system.h: Poison EXTRA_CC_MODES. diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index b9fd452..10aebc8 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -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. */ -- 2.7.4