diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-01-12 21:05:19 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-01-12 21:05:19 +0000 |
| commit | e29db2173b624d054993cadd1360c409cc356703 (patch) | |
| tree | 753efc27295fcf2e8d7f39fd17f36575516f74c2 /polly/lib/CodeGen/PPCGCodeGeneration.cpp | |
| parent | 426851e60838d852284e6afc593ea55781ab2aa6 (diff) | |
| download | bcm5719-llvm-e29db2173b624d054993cadd1360c409cc356703.tar.gz bcm5719-llvm-e29db2173b624d054993cadd1360c409cc356703.zip | |
Update to recent clang-format changes
llvm-svn: 291810
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
| -rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index db62d940d65..6f3ede81f1f 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -603,8 +603,9 @@ void GPUNodeBuilder::createCallLaunchKernel(Value *GPUKernel, Value *GridDimX, F = Function::Create(Ty, Linkage, Name, M); } - Builder.CreateCall(F, {GPUKernel, GridDimX, GridDimY, BlockDimX, BlockDimY, - BlockDimZ, Parameters}); + Builder.CreateCall(F, + {GPUKernel, GridDimX, GridDimY, BlockDimX, BlockDimY, + BlockDimZ, Parameters}); } void GPUNodeBuilder::createCallFreeKernel(Value *GPUKernel) { |

