Skip to content

Commit

Permalink
NewGVN: Fix where newline is printed in debug printing of memory equi…
Browse files Browse the repository at this point in the history
…valence

llvm-svn: 293428
  • Loading branch information
dberlin committed Jan 29, 2017
1 parent 9ea154d commit 9f376b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/Scalar/NewGVN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -888,8 +888,8 @@ bool NewGVN::setMemoryAccessEquivTo(MemoryAccess *From, CongruenceClass *To) {
DEBUG(dbgs() << *To->RepMemoryAccess);
} else {
DEBUG(dbgs() << " equivalent to itself");
DEBUG(dbgs() << "\n");
}
DEBUG(dbgs() << "\n");

auto LookupResult = MemoryAccessToClass.find(From);
bool Changed = false;
Expand Down

0 comments on commit 9f376b7

Please sign in to comment.