From: Joern Rennecke Date: Mon, 16 Aug 2004 14:41:24 +0000 (+0100) Subject: * sh.h (PREDICATE_CODES): Remove register_operand entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8242fd2d6e386da34410a2bdbf82fc24a68b94fd;p=gcc.git * sh.h (PREDICATE_CODES): Remove register_operand entry. From-SVN: r86055 --- diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 9519634c1f0..2a5392a01ab 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -3433,7 +3433,6 @@ extern int rtx_equal_function_value_matters; {"target_reg_operand", {SUBREG, REG}}, \ {"target_operand", {SUBREG, REG, LABEL_REF, SYMBOL_REF, CONST, UNSPEC}},\ {"trunc_hi_operand", {SUBREG, REG, TRUNCATE}}, \ - {"register_operand", {SUBREG, REG}}, \ {"sh_const_vec", {CONST_VECTOR}}, \ {"sh_1el_vec", {CONST_VECTOR, PARALLEL}}, \ {"sh_rep_vec", {CONST_VECTOR, PARALLEL}}, \