Fix typo in r255720
authorJustin Bogner <mail@justinbogner.com>
Wed, 16 Dec 2015 00:17:34 +0000 (00:17 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 16 Dec 2015 00:17:34 +0000 (00:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255724 91177308-0d34-0410-b5e6-96231b3b80d8

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