add some nodes, forgot to commit this last night :(
authorChris Lattner <sabre@nondot.org>
Wed, 21 Dec 2005 16:22:46 +0000 (16:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Dec 2005 16:22:46 +0000 (16:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24901 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetSelectionDAG.td

index 338b823b8d4964cb497fd031e383157a00e66824..fd8526f3d275308b758c9f4dbf04527380cf02c6 100644 (file)
@@ -242,6 +242,8 @@ def frem       : SDNode<"ISD::FREM"       , SDTFPBinOp>;
 def fabs       : SDNode<"ISD::FABS"       , SDTFPUnaryOp>;
 def fneg       : SDNode<"ISD::FNEG"       , SDTFPUnaryOp>;
 def fsqrt      : SDNode<"ISD::FSQRT"      , SDTFPUnaryOp>;
+def fsin       : SDNode<"ISD::FSIN"       , SDTFPUnaryOp>;
+def fcos       : SDNode<"ISD::FCOS"       , SDTFPUnaryOp>;
 
 def fround     : SDNode<"ISD::FP_ROUND"   , SDTFPRoundOp>;
 def fextend    : SDNode<"ISD::FP_EXTEND"  , SDTFPExtendOp>;