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:
parent
b2431386bd
commit
d2cdaa14df
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user