mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix typo in r255720
llvm-svn: 255724
This commit is contained in:
parent
9ee0a02dad
commit
25b03f27b8
@ -631,7 +631,7 @@ LoopInfo::LoopInfo(const DominatorTreeBase<BasicBlock> &DomTree) {
|
||||
}
|
||||
|
||||
void LoopInfo::updateUnloop(Loop *Unloop) {
|
||||
Unloop->markAsUnloop();
|
||||
Unloop->markUnlooped();
|
||||
|
||||
// First handle the special case of no parent loop to simplify the algorithm.
|
||||
if (!Unloop->getParentLoop()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user