forked from OSchip/llvm-project
[LAA] Add missing newline in debug print
This commit is contained in:
parent
14536ce007
commit
40f9081958
|
@ -2291,7 +2291,7 @@ void LoopAccessInfo::collectStridedAccess(Value *MemAccess) {
|
|||
"at most once.\n");
|
||||
return;
|
||||
}
|
||||
LLVM_DEBUG(dbgs() << "LAA: Found a strided access that we can version.");
|
||||
LLVM_DEBUG(dbgs() << "LAA: Found a strided access that we can version.\n");
|
||||
|
||||
SymbolicStrides[Ptr] = Stride;
|
||||
StrideSet.insert(Stride);
|
||||
|
|
Loading…
Reference in New Issue