1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00

[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 816459e704
commit 9e7561f620

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");