OSDN Git Service

fcopysign support
authorAndrew Lenharth <andrewl@lenharth.org>
Thu, 9 Mar 2006 14:57:36 +0000 (14:57 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Thu, 9 Mar 2006 14:57:36 +0000 (14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26640 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetSelectionDAG.td

index e754d2f..bfdbe7e 100644 (file)
@@ -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>;