diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-06-08 02:31:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-06-08 02:31:24 +0000 |
commit | e79df5ce293e04612c25f970882a2096b6df19a4 (patch) | |
tree | a39b8fe23b0803ecba18c0d31d459a10981a5b22 /gcc | |
parent | f1c9d07dc5f644c29218de872831b30899cb1974 (diff) | |
download | gcc-e79df5ce293e04612c25f970882a2096b6df19a4.zip gcc-e79df5ce293e04612c25f970882a2096b6df19a4.tar.gz gcc-e79df5ce293e04612c25f970882a2096b6df19a4.tar.bz2 |
* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.
From-SVN: r100738
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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. 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. */ |