[NewGVN] Remove unneeded newline from assertion message.

llvm-svn: 290755
This commit is contained in:
Davide Italiano 2016-12-30 15:01:17 +00:00
parent 1b06dfe7b7
commit 75e39f9790
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ void NewGVN::updateProcessedCount(Value *V) {
} else {
ProcessedCount[V] += 1;
assert(ProcessedCount[V] < 100 &&
"Seem to have processed the same Value a lot\n");
"Seem to have processed the same Value a lot");
}
#endif
}