Commit df87c8b7 by Jim Wilson

(shiftby_operand): Delete.

From-SVN: r9363
parent 7c596205
...@@ -2255,17 +2255,6 @@ arith_reg_or_0_operand (op, mode) ...@@ -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. */ /* Returns 1 if OP is a valid source operand for a logical operation. */
int int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment