]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
xtensa: Fix missing mode warning in "*eqne_zero_masked_bits"
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Sat, 3 Feb 2024 14:18:43 +0000 (23:18 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Sun, 4 Feb 2024 21:25:10 +0000 (13:25 -0800)
gcc/ChangeLog:

* config/xtensa/xtensa.md (*eqne_zero_masked_bits):
Add missing ":SI" to the match_operator.

gcc/config/xtensa/xtensa.md

index d07e1218119978ca6929afec78fcd9b4b3af95d2..1a2249b059a0b0bbd15f537eae9baab89f12138c 100644 (file)
 
 (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)]))]