Delete an obsolete comment.
authorDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 17:40:25 +0000 (17:40 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Apr 2010 17:40:25 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101264 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

index fdcba0f0bc725d5f92c5fb1ba55b38f857a272f7..027b779ac0261329af48a178ade782c954f2f4f5 100644 (file)
@@ -80,7 +80,6 @@ class ZExtInst;
 //===----------------------------------------------------------------------===//
 /// SelectionDAGBuilder - This is the common target-independent lowering
 /// implementation that is parameterized by a TargetLowering object.
-/// Also, targets can overload any lowering method.
 ///
 class SelectionDAGBuilder {
   MachineBasicBlock *CurMBB;