[NewGVN] Remove unneeded newline and format assertions. NFCI.

llvm-svn: 302173
This commit is contained in:
Davide Italiano 2017-05-04 17:26:15 +00:00
parent e9c66ad9fa
commit 94bf7846fd
1 changed files with 4 additions and 5 deletions

View File

@ -2494,12 +2494,11 @@ void NewGVN::verifyMemoryCongruency() const {
continue;
if (CC->getStoreCount() != 0) {
assert((CC->getStoredValue() || !isa<StoreInst>(CC->getLeader())) &&
"Any class with a store as a "
"leader should have a "
"representative stored value\n");
"Any class with a store as a leader should have a "
"representative stored value");
assert(CC->getMemoryLeader() &&
"Any congruence class with a store should "
"have a representative access\n");
"Any congruence class with a store should have a "
"representative access");
}
if (CC->getMemoryLeader())