From 53252a19a97e0d6a122410e0f7af416435161a2d Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Wed, 16 Dec 2015 00:17:34 +0000 Subject: [PATCH] Fix typo in r255720 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255724 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LoopInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.34.1