diff options
author | Philip Pfaffe <philip.pfaffe@gmail.com> | 2017-04-04 10:22:17 +0000 |
---|---|---|
committer | Philip Pfaffe <philip.pfaffe@gmail.com> | 2017-04-04 10:22:17 +0000 |
commit | 447f175eb5cbae644843b98ff978d54df67e7346 (patch) | |
tree | 200ae5b3befe9ade44d40318bcb38886f764e8b2 /polly/lib/CodeGen/LoopGenerators.cpp | |
parent | 2d950f36ee1611e57134992f2b9d1f8525c70b44 (diff) | |
download | bcm5719-llvm-447f175eb5cbae644843b98ff978d54df67e7346.tar.gz bcm5719-llvm-447f175eb5cbae644843b98ff978d54df67e7346.zip |
Fix formatting in LoopGenerators
llvm-svn: 299424
Diffstat (limited to 'polly/lib/CodeGen/LoopGenerators.cpp')
-rw-r--r-- | polly/lib/CodeGen/LoopGenerators.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/LoopGenerators.cpp b/polly/lib/CodeGen/LoopGenerators.cpp index a1c1b71941f..564e7120647 100644 --- a/polly/lib/CodeGen/LoopGenerators.cpp +++ b/polly/lib/CodeGen/LoopGenerators.cpp @@ -360,8 +360,8 @@ Value *ParallelLoopGenerator::createSubFn(Value *Stride, AllocaInst *StructData, Builder.CreateBr(CheckNextBB); Builder.SetInsertPoint(&*--Builder.GetInsertPoint()); - IV = createLoop(LB, UB, Stride, Builder, LI, DT, AfterBB, - ICmpInst::ICMP_SLE, nullptr, true, /* UseGuard */ false); + IV = createLoop(LB, UB, Stride, Builder, LI, DT, AfterBB, ICmpInst::ICMP_SLE, + nullptr, true, /* UseGuard */ false); BasicBlock::iterator LoopBody = Builder.GetInsertPoint(); |