Fix SCEV r256338.

llvm-svn: 256344
This commit is contained in:
JF Bastien 2015-12-23 18:18:53 +00:00
parent 362a1bfcff
commit 61ad8b3907
1 changed files with 2 additions and 2 deletions

View File

@ -9453,8 +9453,8 @@ getLoopBackedgeTakenCounts(Loop *L, VerifyMap &Map, ScalarEvolution &SE) {
replaceSubString(OS.str(), "<nuw>", "");
}
for (auto *L : reverse(*L))
getLoopBackedgeTakenCounts(L, Map, SE); // recurse.
for (auto *R : reverse(*L))
getLoopBackedgeTakenCounts(R, Map, SE); // recurse.
}
void ScalarEvolution::verify() const {