summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 17:40:25 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 17:40:25 +0000
commit988099700a68eb7814841d036e03d3275fc2c001 (patch)
treefb9f51ec7de5e048c427d30f3fbd2baa8043a3cf /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentc21a2dc8dfc7edd7722a09b61a0afdd3eaaa8637 (diff)
downloadllvm-988099700a68eb7814841d036e03d3275fc2c001.tar.gz
llvm-988099700a68eb7814841d036e03d3275fc2c001.tar.bz2
llvm-988099700a68eb7814841d036e03d3275fc2c001.tar.xz
Delete an obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index fdcba0f0bc..027b779ac0 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;