diff options
| author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 14:41:24 +0000 |
|---|---|---|
| committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-16 14:41:24 +0000 |
| commit | a2a9704fef1b70be8caf3dd3ef23302eef4d92c4 (patch) | |
| tree | f761a1c80e3a18dc1ab3abddb44855231c22296d | |
| parent | 68efb5b86d2fac3bc223c1e5fc4fc26091df2109 (diff) | |
| download | ppe42-gcc-a2a9704fef1b70be8caf3dd3ef23302eef4d92c4.tar.gz ppe42-gcc-a2a9704fef1b70be8caf3dd3ef23302eef4d92c4.zip | |
* sh.h (PREDICATE_CODES): Remove register_operand entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86055 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/config/sh/sh.h | 1 |
1 files changed, 0 insertions, 1 deletions
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}}, \ |

