summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-03-09 14:57:36 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-03-09 14:57:36 +0000
commitb8a06a7c6cc5972eb7444946c28c3c3daf836fcb (patch)
tree43bccc7a917148330c63e7a3a081488a9312b137 /llvm/lib
parent4b0e1d9e6c6f01c33c067df2109536e2ee3d4539 (diff)
downloadbcm5719-llvm-b8a06a7c6cc5972eb7444946c28c3c3daf836fcb.tar.gz
bcm5719-llvm-b8a06a7c6cc5972eb7444946c28c3c3daf836fcb.zip
fcopysign support
llvm-svn: 26640
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/TargetSelectionDAG.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/TargetSelectionDAG.td b/llvm/lib/Target/TargetSelectionDAG.td
index e754d2f0ea2..bfdbe7ee374 100644
--- a/llvm/lib/Target/TargetSelectionDAG.td
+++ b/llvm/lib/Target/TargetSelectionDAG.td
@@ -262,6 +262,7 @@ def fcos : SDNode<"ISD::FCOS" , SDTFPUnaryOp>;
def fround : SDNode<"ISD::FP_ROUND" , SDTFPRoundOp>;
def fextend : SDNode<"ISD::FP_EXTEND" , SDTFPExtendOp>;
+def fcopysign : SDNode<"ISD::FCOPYSIGN" , SDTFPBinOp>;
def sint_to_fp : SDNode<"ISD::SINT_TO_FP" , SDTIntToFPOp>;
def uint_to_fp : SDNode<"ISD::UINT_TO_FP" , SDTIntToFPOp>;
OpenPOWER on IntegriCloud