From df87c8b70be341ad48c51e6460686d5eaf728ad8 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 11 Apr 1995 14:02:20 -0700 Subject: [PATCH] (shiftby_operand): Delete. From-SVN: r9363 --- gcc/config/sh/sh.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index b41fd70..408730e 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 -- 2.7.4