diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-03-09 14:57:36 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-03-09 14:57:36 +0000 |
commit | b8a06a7c6cc5972eb7444946c28c3c3daf836fcb (patch) | |
tree | 43bccc7a917148330c63e7a3a081488a9312b137 /llvm/lib | |
parent | 4b0e1d9e6c6f01c33c067df2109536e2ee3d4539 (diff) | |
download | bcm5719-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.td | 1 |
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>; |