* pa.c (gen_scond_fp): Delete.
authorJeff Law <law@gcc.gnu.org>
Thu, 11 Mar 1993 14:12:53 +0000 (07:12 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 Mar 1993 14:12:53 +0000 (07:12 -0700)
From-SVN: r3705

gcc/config/pa/pa.c

index ea26fac4cfb7e368dfe0c346da940dcd3d430bb1..2928b89aa823f77db6422effaf143b33e6620c2b 100644 (file)
@@ -2069,16 +2069,6 @@ eligible_for_epilogue_delay (trial, slot)
   return (get_attr_in_branch_delay (trial) == IN_BRANCH_DELAY_TRUE);
 }
 
-rtx
-gen_scond_fp (code, operand0)
-     enum rtx_code code;
-     rtx operand0;
-{
-  return gen_rtx (SET, VOIDmode, operand0,
-                 gen_rtx (code, CCFPmode,
-                          gen_rtx (REG, CCFPmode, 0), const0_rtx));
-}
-
 void
 emit_bcond_fp (code, operand0)
      enum rtx_code code;