From bc7ac0a2da25315100dd8d1a29eb050568fa4345 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 12 Feb 2020 14:57:50 -0700 Subject: [PATCH] Commit correct version of last patch --- gcc/config/h8300/h8300.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index f12eb46..bcc78a4 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -5372,7 +5372,7 @@ (define_peephole2 [(set (match_operand:HSI 0 "register_operand" "") (and:HSI (match_dup 0) - (match_operand:HSI 1 "const_int_qi_operand" ""))) + (match_operand:HSI 1 "const_int_operand" ""))) (set (cc0) (compare (match_dup 0) (const_int 0))) (set (pc) -- 2.7.4