From: Jeff Law Date: Mon, 15 Mar 1993 18:36:57 +0000 (-0700) Subject: * pa.c (shadd_operand): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5eb9c92c63cb100237da01600644eb19a8926612;p=gcc.git * pa.c (shadd_operand): Delete. From-SVN: r3738 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 84d1e507113..3294f92e3c3 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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;