xtensa: Fix missing mode warning in "*eqne_zero_masked_bits"
gcc/ChangeLog: * config/xtensa/xtensa.md (*eqne_zero_masked_bits): Add missing ":SI" to the match_operator.
This commit is contained in:
parent
7c2c7dd24b
commit
3f722e7886
1 changed files with 1 additions and 1 deletions
|
@ -3269,7 +3269,7 @@
|
|||
|
||||
(define_insn_and_split "*eqne_zero_masked_bits"
|
||||
[(set (match_operand:SI 0 "register_operand" "=a")
|
||||
(match_operator 3 "boolean_operator"
|
||||
(match_operator:SI 3 "boolean_operator"
|
||||
[(and:SI (match_operand:SI 1 "register_operand" "r")
|
||||
(match_operand:SI 2 "const_int_operand" "i"))
|
||||
(const_int 0)]))]
|
||||
|
|
Loading…
Add table
Reference in a new issue