forked from OSchip/llvm-project
[NewGVN] Remove unneeded newline from assertion message.
llvm-svn: 290755
This commit is contained in:
parent
1b06dfe7b7
commit
75e39f9790
|
@ -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