summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-05-08 16:10:53 +0000
committerTobias Grosser <tobias@grosser.es>2015-05-08 16:10:53 +0000
commitf7b548047479b0d1fc28921d32d3108580ecf1a3 (patch)
tree3d3d26f104c245fba34e20ef42f67c8e931e2f69
parentd3b50dce406abc9d337072cf9049c6f7e405658f (diff)
downloadbcm5719-llvm-f7b548047479b0d1fc28921d32d3108580ecf1a3.tar.gz
bcm5719-llvm-f7b548047479b0d1fc28921d32d3108580ecf1a3.zip
Adjust formatting to latest clang-format change
llvm-svn: 236875
-rw-r--r--polly/lib/CodeGen/LoopGenerators.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/LoopGenerators.cpp b/polly/lib/CodeGen/LoopGenerators.cpp
index 6addbbae893..06214082795 100644
--- a/polly/lib/CodeGen/LoopGenerators.cpp
+++ b/polly/lib/CodeGen/LoopGenerators.cpp
@@ -196,7 +196,12 @@ void ParallelLoopGenerator::createCallSpawnThreads(Value *SubFn,
}
Value *NumberOfThreads = Builder.getInt32(PollyNumThreads);
- Value *Args[] = {SubFn, SubFnParam, NumberOfThreads, LB, UB, Stride};
+ Value *Args[] = {SubFn,
+ SubFnParam,
+ NumberOfThreads,
+ LB,
+ UB,
+ Stride};
Builder.CreateCall(F, Args);
}
OpenPOWER on IntegriCloud