diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-04-11 14:02:20 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-04-11 14:02:20 -0700 |
commit | df87c8b70be341ad48c51e6460686d5eaf728ad8 (patch) | |
tree | 7a8d0b5b1a8dc37a490175e45084cd4bf6416ba1 | |
parent | 7c596205805fc3009c4ddf5a4256c921edc2fb04 (diff) | |
download | gcc-df87c8b70be341ad48c51e6460686d5eaf728ad8.zip gcc-df87c8b70be341ad48c51e6460686d5eaf728ad8.tar.gz gcc-df87c8b70be341ad48c51e6460686d5eaf728ad8.tar.bz2 |
(shiftby_operand): Delete.
From-SVN: r9363
-rw-r--r-- | gcc/config/sh/sh.c | 11 |
1 files changed, 0 insertions, 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 |