From: Jim Wilson Date: Tue, 11 Apr 1995 21:02:20 +0000 (-0700) Subject: (shiftby_operand): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df87c8b70be341ad48c51e6460686d5eaf728ad8;p=gcc.git (shiftby_operand): Delete. From-SVN: r9363 --- diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index b41fd705478..408730efed5 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -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