diff options
author | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-16 18:29:26 +0000 |
---|---|---|
committer | sayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-16 18:29:26 +0000 |
commit | 586679065d896eb39ec6b2d4e2cde59fc5c04bb8 (patch) | |
tree | 43897d52fbbd0eb9ee1c0eb42cd22fbab770b92d /gcc/optabs.h | |
parent | 42ecb5a44a291cfe9508b9775dc34634760c2dae (diff) | |
download | gcc-586679065d896eb39ec6b2d4e2cde59fc5c04bb8.tar.gz |
* optabs.c (expand_copysign_absneg): Make static.
* optabs.h (expand_copysign_absneg): Delete prototype.
* config/rs6000/rs6000.md (copysigntf3): Delete pattern.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index e0a7985bc15..b9aa6ac4161 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -463,7 +463,6 @@ extern rtx expand_abs (enum machine_mode, rtx, rtx, int, int); /* Expand the copysign operation. */ extern rtx expand_copysign (rtx, rtx, rtx); -extern rtx expand_copysign_absneg (enum machine_mode, rtx, rtx, rtx, int, bool); /* Generate an instruction with a given INSN_CODE with an output and an input. */ |