Commit bc7ac0a2 by Jeff Law

Commit correct version of last patch

parent 985873e5
...@@ -5372,7 +5372,7 @@ ...@@ -5372,7 +5372,7 @@
(define_peephole2 (define_peephole2
[(set (match_operand:HSI 0 "register_operand" "") [(set (match_operand:HSI 0 "register_operand" "")
(and:HSI (match_dup 0) (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) (set (cc0) (compare (match_dup 0)
(const_int 0))) (const_int 0)))
(set (pc) (set (pc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment