gcc/ChangeLog:

        * config/xtensa/xtensa.md (*eqne_zero_masked_bits):
        Add missing ":SI" to the match_operator.
---
 gcc/config/xtensa/xtensa.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md
index 5242eb3c006..1a031d79cf3 100644
--- a/gcc/config/xtensa/xtensa.md
+++ b/gcc/config/xtensa/xtensa.md
@@ -3271,7 +3271,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)]))]
-- 
2.30.2

Reply via email to