From: Davide Italiano Date: Thu, 4 May 2017 17:26:15 +0000 (+0000) Subject: [NewGVN] Remove unneeded newline and format assertions. NFCI. X-Git-Tag: llvmorg-5.0.0-rc1~5934 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94bf7846fdb822e412f7ba644463c46776ee225e;p=platform%2Fupstream%2Fllvm.git [NewGVN] Remove unneeded newline and format assertions. NFCI. llvm-svn: 302173 --- diff --git a/llvm/lib/Transforms/Scalar/NewGVN.cpp b/llvm/lib/Transforms/Scalar/NewGVN.cpp index 62b5d80d..3c9850b 100644 --- a/llvm/lib/Transforms/Scalar/NewGVN.cpp +++ b/llvm/lib/Transforms/Scalar/NewGVN.cpp @@ -2494,12 +2494,11 @@ void NewGVN::verifyMemoryCongruency() const { continue; if (CC->getStoreCount() != 0) { assert((CC->getStoredValue() || !isa(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())