mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-02 15:45:44 +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:
parent
1c25d370c1
commit
81e7e2dfab
@ -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