Remove unnecessary comments.

llvm-svn: 37774
This commit is contained in:
Devang Patel 2007-06-28 02:11:54 +00:00
parent 7d4520f8ad
commit 4857576f75
1 changed files with 0 additions and 3 deletions

View File

@ -244,9 +244,6 @@ protected:
DomTreeNode *addNewBlock(BasicBlock *BB, BasicBlock *DomBB) {
assert(getNode(BB) == 0 && "Block already in dominator tree!");
DomTreeNode *IDomNode = getNode(DomBB);
// Check if BB dominates itself.
//if (!IDomNode && BB == DomBB)
// IDomNode = BB;
assert(IDomNode && "Not immediate dominator specified for block!");
DFSInfoValid = false;
return DomTreeNodes[BB] =