From: Dan Gohman Date: Wed, 14 Apr 2010 17:40:25 +0000 (+0000) Subject: Delete an obsolete comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=988099700a68eb7814841d036e03d3275fc2c001;p=oota-llvm.git Delete an obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101264 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index fdcba0f0bc7..027b779ac02 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -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;