Nuke dead comment
authorNate Begeman <natebegeman@mac.com>
Thu, 14 Feb 2008 07:23:11 +0000 (07:23 +0000)
committerNate Begeman <natebegeman@mac.com>
Thu, 14 Feb 2008 07:23:11 +0000 (07:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47114 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index f8381c7b5979d1507c3083ceda6d1c69fff1eadc..4f56b9b5534b04b7f0709e81b85bb7c6d1ff9518 100644 (file)
@@ -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)