commit | e0fde5c6d0bcaec2a424a03c7141e41b4154585c | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Wed Dec 16 00:17:34 2015 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Wed Dec 16 00:17:34 2015 +0000 |
tree | d417f01d0eab8eea48a405b9f0e38243784360e8 | |
parent | 90ae7922b50273b70396d00fc91fa6c78ec42576 [diff] [blame] |
Fix typo in r255720 llvm-svn: 255724
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index ee311c5..dc97340 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/lib/Analysis/LoopInfo.cpp
@@ -631,7 +631,7 @@ } 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()) {