diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-14 17:40:25 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-14 17:40:25 +0000 |
commit | fea9ba18ff66ce134a3d965c01885f92b375abd0 (patch) | |
tree | 964515c9b35abcd1486982eadfff8cf0d7099870 /llvm/lib/CodeGen | |
parent | 3215eae4a313e64e1ef9102e1f50bea4f6c7839d (diff) | |
download | bcm5719-llvm-fea9ba18ff66ce134a3d965c01885f92b375abd0.tar.gz bcm5719-llvm-fea9ba18ff66ce134a3d965c01885f92b375abd0.zip |
Delete an obsolete comment.
llvm-svn: 101264
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index fdcba0f0bc7..027b779ac02 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/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; |