From f504eefb6e5bdd72d59dff605719cdae53919ebf Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Thu, 14 Feb 2008 07:23:11 +0000 Subject: [PATCH] Nuke dead comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47114 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index f8381c7b597..4f56b9b5534 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -1207,8 +1207,6 @@ public: class ConstantFPSDNode : public SDNode { APFloat Value; virtual void ANCHOR(); // Out-of-line virtual method to give class a home. - // Longterm plan: replace all uses of getValue with getValueAPF, remove - // getValue, rename getValueAPF to getValue. protected: friend class SelectionDAG; ConstantFPSDNode(bool isTarget, const APFloat& val, MVT::ValueType VT)