diff options
author | Jeff Law <law@redhat.com> | 2020-02-12 14:57:50 -0700 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2020-02-12 14:57:50 -0700 |
commit | bc7ac0a2da25315100dd8d1a29eb050568fa4345 (patch) | |
tree | 178eb97e5d6036e0cc19a5bc15d7b0f32e6d456a | |
parent | 985873e5087843a7c3d38266d21456259ac55542 (diff) | |
download | gcc-bc7ac0a2da25315100dd8d1a29eb050568fa4345.zip gcc-bc7ac0a2da25315100dd8d1a29eb050568fa4345.tar.gz gcc-bc7ac0a2da25315100dd8d1a29eb050568fa4345.tar.bz2 |
Commit correct version of last patch
-rw-r--r-- | gcc/config/h8300/h8300.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |