mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-28 06:17:32 +00:00
Fix typo
llvm-svn: 245441
This commit is contained in:
parent
14e21925a5
commit
d8e3c8c665
@ -348,7 +348,7 @@ Value *ParallelLoopGenerator::createSubFn(Value *Stride, AllocaInst *StructData,
|
||||
"polly.par.hasNextScheduleBlock");
|
||||
Builder.CreateCondBr(HasNextSchedule, PreHeaderBB, ExitBB);
|
||||
|
||||
// Add code to to load the iv bounds for this set of iterations.
|
||||
// Add code to load the iv bounds for this set of iterations.
|
||||
Builder.SetInsertPoint(PreHeaderBB);
|
||||
LB = Builder.CreateLoad(LBPtr, "polly.par.LB");
|
||||
UB = Builder.CreateLoad(UBPtr, "polly.par.UB");
|
||||
|
Loading…
x
Reference in New Issue
Block a user