From: Justin Bogner Date: Wed, 16 Dec 2015 00:17:34 +0000 (+0000) Subject: Fix typo in r255720 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53252a19a97e0d6a122410e0f7af416435161a2d;p=oota-llvm.git Fix typo in r255720 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255724 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index ee311c50eee..dc97340a1f6 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -631,7 +631,7 @@ LoopInfo::LoopInfo(const DominatorTreeBase &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()) {