1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Delete an obsolete comment.

llvm-svn: 101264
This commit is contained in:
Dan Gohman 2010-04-14 17:40:25 +00:00
parent 4fd4153d52
commit 60b5b8fa20

View 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;