mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
[LAA] Fix grammar in debug output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user