From: kazu Date: Mon, 21 Mar 2005 21:11:42 +0000 (+0000) Subject: * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=236ee1fdf721e568e7480e94cb3162bb25b6364f;p=thirdparty%2Fgcc.git * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent predicates. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96834 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82e287820064..0e9becd8de2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-21 Kazu Hirata + + * config/i860/i860.h (PREDICATE_CODES): Remove nonexistent + predicates. + 2005-03-21 Richard Sandiford * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete. diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index f1c46ec86f54..bc61dfe568cf 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}}, \