1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[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 b2431386bd
commit d2cdaa14df

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
}