[LAA] Fix grammar in debug output
authorAdam Nemet <anemet@apple.com>
Thu, 9 Jul 2015 22:17:41 +0000 (22:17 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 9 Jul 2015 22:17:41 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241867 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LoopAccessAnalysis.cpp

index de761a37a60efe639cf6c19f86309d37ff941f5b..78a8b20f78adb7941b6a3227f20212d656f5ff4d 100644 (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");