projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ed153f
)
Fix typo in r255720
author
Justin Bogner
<mail@justinbogner.com>
Wed, 16 Dec 2015 00:17:34 +0000
(
00:17
+0000)
committer
Justin 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/LoopInfo.cpp
b/lib/Analysis/LoopInfo.cpp
index ee311c50eee489e6d560518d83fa443e6831e908..dc97340a1f692cc5fcd82d5b3cc7744013a3c899 100644
(file)
--- a/
lib/Analysis/LoopInfo.cpp
+++ b/
lib/Analysis/LoopInfo.cpp
@@
-631,7
+631,7
@@
LoopInfo::LoopInfo(const DominatorTreeBase<BasicBlock> &DomTree) {
}
void LoopInfo::updateUnloop(Loop *Unloop) {
- Unloop->mark
AsUnloop
();
+ Unloop->mark
Unlooped
();
// First handle the special case of no parent loop to simplify the algorithm.
if (!Unloop->getParentLoop()) {