From: Jeff Law Date: Thu, 11 Mar 1993 14:12:53 +0000 (-0700) Subject: * pa.c (gen_scond_fp): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bf6db507dcde5d55afb8c1d7a79de0fa902a9cf;p=gcc.git * pa.c (gen_scond_fp): Delete. From-SVN: r3705 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index ea26fac4cfb..2928b89aa82 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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;