mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Remove unnecessary comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc3a207e78
commit
ef6ba18a4c
@ -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] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user