summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-07-03 18:00:29 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-07-03 18:00:29 +0000
commit441a57041d9b381f3ffbcac18dd66b46da680efd (patch)
tree29b1e60577edf5815eddc352b1936fc495bdd925 /lib
parent78c252c93def90cb4563cbba186ec33c4c6bf09e (diff)
downloadllvm-441a57041d9b381f3ffbcac18dd66b46da680efd.tar.gz
llvm-441a57041d9b381f3ffbcac18dd66b46da680efd.tar.bz2
llvm-441a57041d9b381f3ffbcac18dd66b46da680efd.tar.xz
These are already implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index fef5fec33e..b9d42c9d67 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -101,10 +101,6 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
setOperationAction(ISD::FSQRT, MVT::f64, Expand);
setOperationAction(ISD::FSQRT, MVT::f32, Expand);
- // FIXME: Alpha supports fcopysign natively!?
- setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand);
- setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand);
-
setOperationAction(ISD::SETCC, MVT::f32, Promote);
// We don't have line number support yet.