From d4ea2f48c4338fca671b8093efc1116d839ae43c Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 11 May 2015 13:43:04 +0000 Subject: Revert "Adjust formatting to latest clang-format change" This reverts commit 236875. Daniel fixed the clang-format bug that introduced the changed formatting. llvm-svn: 236994 --- polly/lib/CodeGen/LoopGenerators.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'polly/lib/CodeGen/LoopGenerators.cpp') diff --git a/polly/lib/CodeGen/LoopGenerators.cpp b/polly/lib/CodeGen/LoopGenerators.cpp index ba6591cf77f..f0cdc81a695 100644 --- a/polly/lib/CodeGen/LoopGenerators.cpp +++ b/polly/lib/CodeGen/LoopGenerators.cpp @@ -196,12 +196,7 @@ 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); } -- cgit v1.2.3