Fix typo in r255720
[oota-llvm.git] / lib / Analysis / LoopInfo.cpp
index ee311c50eee489e6d560518d83fa443e6831e908..dc97340a1f692cc5fcd82d5b3cc7744013a3c899 100644 (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()) {