* sh.h (PREDICATE_CODES): Remove register_operand entry.
From-SVN: r86055
This commit is contained in:
parent
35046a541c
commit
8242fd2d6e
1 changed files with 0 additions and 1 deletions
|
@ -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}}, \
|
||||
|
|
Loading…
Add table
Reference in a new issue