(shiftby_operand): Delete.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 11 Apr 1995 21:02:20 +0000 (14:02 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 11 Apr 1995 21:02:20 +0000 (14:02 -0700)
From-SVN: r9363

gcc/config/sh/sh.c

index b41fd70..408730e 100644 (file)
@@ -2255,17 +2255,6 @@ arith_reg_or_0_operand (op, mode)
 }
 
 
-/* Returns 1 if OP is a valid count operand for a shift operation.  */
-int
-shiftby_operand (op, mode)
-     rtx op;
-     enum machine_mode mode;
-{
-  if (immediate_operand (op, mode))
-    return 1;
-  return 0;
-}
-
 /* Returns 1 if OP is a valid source operand for a logical operation.  */
 
 int