Commit e842cd4c by Jim Wilson

(ashldi3+2): Change lshift to ashift.

From-SVN: r4833
parent 053e4cac
...@@ -2570,7 +2570,7 @@ ...@@ -2570,7 +2570,7 @@
(define_insn "" (define_insn ""
[(set (match_operand:DI 0 "register_operand" "=r") [(set (match_operand:DI 0 "register_operand" "=r")
(lshift:DI (match_operand:DI 1 "register_operand" "r") (ashift:DI (match_operand:DI 1 "register_operand" "r")
(match_operand:DI 2 "const_int_operand" "I"))) (match_operand:DI 2 "const_int_operand" "I")))
(clobber (match_scratch:SI 3 "=X"))] (clobber (match_scratch:SI 3 "=X"))]
"INTVAL (operands[2]) >= 32" "INTVAL (operands[2]) >= 32"
......
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