Fix typo in r255720

llvm-svn: 255724
This commit is contained in:
Justin Bogner 2015-12-16 00:17:34 +00:00
parent 90ae7922b5
commit e0fde5c6d0
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {