1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix typo in r255720

llvm-svn: 255724
This commit is contained in:
Justin Bogner 2015-12-16 00:17:34 +00:00
parent 9ee0a02dad
commit 25b03f27b8

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