aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-21 21:11:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-21 21:11:42 +0000
commit59298b1d60ada7c7e44d7d29cab5c2da8d066614 (patch)
tree132cd6efe237886ecfc242382caaf007ffea6f4c /gcc
parent1ccc1c82d8e0aaaa41bf4a020db3fd5e23965d9f (diff)
downloadgcc-59298b1d60ada7c7e44d7d29cab5c2da8d066614.zip
gcc-59298b1d60ada7c7e44d7d29cab5c2da8d066614.tar.gz
gcc-59298b1d60ada7c7e44d7d29cab5c2da8d066614.tar.bz2
i860.h (PREDICATE_CODES): Remove nonexistent predicates.
* config/i860/i860.h (PREDICATE_CODES): Remove nonexistent predicates. From-SVN: r96834
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i860/i860.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 82e2878..0e9becd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-21 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent
+ predicates.
+
2005-03-21 Richard Sandiford <rsandifo@redhat.com>
* config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete.
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h
index f1c46ec..bc61dfe 100644
--- a/gcc/config/i860/i860.h
+++ b/gcc/config/i860/i860.h
@@ -1230,8 +1230,6 @@ extern const char *i860_reg_prefix;
{"logic_operand", {REG, SUBREG, CONST_INT}}, \
{"shift_operand", {REG, SUBREG, CONST_INT}}, \
{"compare_operand", {REG, SUBREG, CONST_INT}}, \
- {"arith_const_operand", {CONST_INT}}, \
- {"logic_const_operand", {CONST_INT}}, \
{"bte_operand", {REG, SUBREG, CONST_INT}}, \
{"indexed_operand", {MEM}}, \
{"load_operand", {MEM}}, \