From c182a405dd7e4314fe9dd152bf586d15feaa9fa5 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 17 Apr 1996 16:50:50 -0600 Subject: [PATCH] * pa/pa.md (rotlsi3): Delete unnecessary and incorrect pattern. From-SVN: r11846 --- gcc/config/pa/pa.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index a96cca46789..28f4f1b8feb 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -4129,19 +4129,6 @@ [(set_attr "type" "shift") (set_attr "length" "4")]) -(define_insn "rotlsi3" - [(set (match_operand:SI 0 "register_operand" "=r") - (rotate:SI (match_operand:SI 1 "register_operand" "r") - (match_operand:SI 2 "const_int_operand" "n")))] - "" - "* -{ - operands[2] = GEN_INT ((32 - INTVAL (operands[2])) & 31); - return \"shd %1,%1,%2,%0\"; -}" - [(set_attr "type" "shift") - (set_attr "length" "4")]) - (define_insn "" [(set (match_operand:SI 0 "register_operand" "=r") (match_operator:SI 5 "plus_xor_ior_operator"