[RSForGC] Appease MSVC

llvm-svn: 273805
This commit is contained in:
Sanjoy Das 2016-06-26 05:42:52 +00:00
parent 8f577fd5b5
commit 9d08642c64
1 changed files with 4 additions and 2 deletions

View File

@ -729,8 +729,9 @@ static Value *findBasePointer(Value *I, DefiningValueMapTy &Cache) {
#ifndef NDEBUG
DEBUG(dbgs() << "States after initialization:\n");
for (auto Pair : States)
for (auto Pair : States) {
DEBUG(dbgs() << " " << Pair.second << " for " << *Pair.first << "\n");
}
#endif
// Return a phi state for a base defining value. We'll generate a new
@ -798,8 +799,9 @@ static Value *findBasePointer(Value *I, DefiningValueMapTy &Cache) {
#ifndef NDEBUG
DEBUG(dbgs() << "States after meet iteration:\n");
for (auto Pair : States)
for (auto Pair : States) {
DEBUG(dbgs() << " " << Pair.second << " for " << *Pair.first << "\n");
}
#endif
// Insert Phis for all conflicts