* pa.c (shadd_operand): Delete.

From-SVN: r3738
This commit is contained in:
Jeff Law 1993-03-15 11:36:57 -07:00
parent 81722625a7
commit 5eb9c92c63
1 changed files with 0 additions and 15 deletions

View File

@ -3001,21 +3001,6 @@ fmpysuboperands(operands)
return 1;
}
/* Return 1 if OP is suitable for the second add operand (the unshifed
operand) in an shadd instruction. Allow CONST_INT to work around
a reload bug. */
int
shadd_operand (op, mode)
rtx op;
enum machine_mode mode;
{
if (GET_CODE (op) == REG)
return 1;
if (GET_CODE (op) == CONST_INT)
return 1;
return 0;
}
int
plus_xor_ior_operator (op, mode)
rtx op;