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 | 97d74aac35fd3d03b39ee156efa53eb51d9b5432 (patch) | |
tree | e1e781cb8fe2a59906ef1ab8ddf3394931f11227 /lib | |
parent | 54689c2beeac17793ba9cdbc1fc0d4e679390b7b (diff) |
fcopysign support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/TargetSelectionDAG.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/TargetSelectionDAG.td b/lib/Target/TargetSelectionDAG.td index e754d2f0ea..bfdbe7ee37 100644 --- a/lib/Target/TargetSelectionDAG.td +++ b/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>; |