mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-15 07:59:50 +00:00
Remove unnecessary FIXME
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16436dffb5
commit
5ac3f96c0e
@ -601,9 +601,6 @@ void LoopInfo::verifyAnalysis() const {
|
||||
}
|
||||
|
||||
// Verify that blocks are mapped to valid loops.
|
||||
//
|
||||
// FIXME: With an up-to-date DFS (see LoopIterator.h) and DominatorTree, we
|
||||
// could also verify that the blocks are still in the correct loops.
|
||||
for (DenseMap<BasicBlock*, Loop*>::const_iterator I = LI.BBMap.begin(),
|
||||
E = LI.BBMap.end(); I != E; ++I) {
|
||||
assert(Loops.count(I->second) && "orphaned loop");
|
||||
|
Loading…
Reference in New Issue
Block a user