Fix indentation of various DEBUG(...) messages.

Swift SVN r26762
This commit is contained in:
Michael Gottesman
2015-03-31 16:44:38 +00:00
parent 379cae70d9
commit 0edf7ef177
3 changed files with 4 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ bool BottomUpRefCountState::merge(const BottomUpRefCountState &Other) {
for (auto *SI : Other.InsertPts)
Partial |= InsertPts.insert(SI).second;
DEBUG(llvm::dbgs() << " Partial: " << (Partial ? "yes" : "no")
DEBUG(llvm::dbgs() << " Partial: " << (Partial ? "yes" : "no")
<< "\n");
return true;
}