[LAA] Fix grammar in debug output

llvm-svn: 241867
This commit is contained in:
Adam Nemet 2015-07-09 22:17:41 +00:00
parent ee61474a61
commit 0f67c6c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -1532,7 +1532,7 @@ void LoopAccessInfo::analyzeLoop(const ValueToValueMap &Strides) {
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");