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:
parent
816459e704
commit
9e7561f620
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user