* pa.c (shadd_operand): Delete.
authorJeff Law <law@gcc.gnu.org>
Mon, 15 Mar 1993 18:36:57 +0000 (11:36 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 15 Mar 1993 18:36:57 +0000 (11:36 -0700)
From-SVN: r3738

gcc/config/pa/pa.c

index 84d1e50..3294f92 100644 (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;