From 6bf6db507dcde5d55afb8c1d7a79de0fa902a9cf Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 11 Mar 1993 07:12:53 -0700 Subject: [PATCH] * pa.c (gen_scond_fp): Delete. From-SVN: r3705 --- gcc/config/pa/pa.c | 10 ---------- 1 file changed, 10 deletions(-) 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; -- 2.30.2