[llvm] r241867 - [LAA] Fix grammar in debug output
Adam Nemet
anemet at apple.com
Thu Jul 9 15:17:41 PDT 2015
Author: anemet
Date: Thu Jul 9 17:17:41 2015
New Revision: 241867
URL: http://llvm.org/viewvc/llvm-project?rev=241867&view=rev
Log:
[LAA] Fix grammar in debug output
Modified:
llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
Modified: llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp?rev=241867&r1=241866&r2=241867&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp (original)
+++ llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp Thu Jul 9 17:17:41 2015
@@ -1532,7 +1532,7 @@ void LoopAccessInfo::analyzeLoop(const V
if (CanVecMem)
DEBUG(dbgs() << "LAA: No unsafe dependent memory operations in loop. We"
<< (PtrRtCheck.Need ? "" : " don't")
- << " need a runtime memory check.\n");
+ << " need runtime memory checks.\n");
else {
emitAnalysis(LoopAccessReport() <<
"unsafe dependent memory operations in loop");
More information about the llvm-commits
mailing list