(ashldi3+2): Change lshift to ashift.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 3 Jul 1993 01:18:40 +0000 (18:18 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 3 Jul 1993 01:18:40 +0000 (18:18 -0700)
From-SVN: r4833

gcc/config/sparc/sparc.md

index 3e3d04b21abebf9564c6fe35547cbcd98107f0eb..000a4529a8ca0a6048e8904a8216984030ecd490 100644 (file)
 
 (define_insn ""
   [(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")))
    (clobber (match_scratch:SI 3 "=X"))]
   "INTVAL (operands[2]) >= 32"