diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-03-11 07:12:53 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-03-11 07:12:53 -0700 |
commit | 6bf6db507dcde5d55afb8c1d7a79de0fa902a9cf (patch) | |
tree | 0834be4c7ab380da8d0bdd064c74db6497a615f1 /gcc | |
parent | 61cd2f1f3792a2f60304491429a2c9c335cf8efc (diff) | |
download | gcc-6bf6db507dcde5d55afb8c1d7a79de0fa902a9cf.zip gcc-6bf6db507dcde5d55afb8c1d7a79de0fa902a9cf.tar.gz gcc-6bf6db507dcde5d55afb8c1d7a79de0fa902a9cf.tar.bz2 |
* pa.c (gen_scond_fp): Delete.
From-SVN: r3705
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index ea26fac..2928b89 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; |