(lshlsi3): Delete.
authorDoug Evans <dje@gnu.org>
Wed, 20 Apr 1994 16:12:33 +0000 (16:12 +0000)
committerDoug Evans <dje@gnu.org>
Wed, 20 Apr 1994 16:12:33 +0000 (16:12 +0000)
From-SVN: r7099

gcc/config/spur/spur.md

index b95388774c4a511cf771a743d47955e7ce8eb6ac..32bec0b8323de9ceba859d7e36090da6b2ace509 100644 (file)
     FAIL;
 }")
 
-(define_expand "lshlsi3"
-  [(set (match_operand:SI 0 "register_operand" "")
-       (ashift:SI (match_operand:SI 1 "register_operand" "")
-                  (match_operand:SI 2 "nonmemory_operand" "")))]
-  ""
-  "
-{
-  if (GET_CODE (operands[2]) != CONST_INT
-      || (! TARGET_EXPAND_SHIFTS && (unsigned) INTVAL (operands[2]) > 3))
-    FAIL;
-}")
-
 (define_expand "ashrsi3"
   [(set (match_operand:SI 0 "register_operand" "")
        (ashiftrt:SI (match_operand:SI 1 "register_operand" "")