[polly] r236994 - Revert "Adjust formatting to latest clang-format change"

Tobias Grosser tobias at grosser.es
Mon May 11 06:43:04 PDT 2015


Author: grosser
Date: Mon May 11 08:43:04 2015
New Revision: 236994

URL: http://llvm.org/viewvc/llvm-project?rev=236994&view=rev
Log:
Revert "Adjust formatting to latest clang-format change"

This reverts commit 236875. Daniel fixed the clang-format bug that introduced
the changed formatting.

Modified:
    polly/trunk/lib/CodeGen/LoopGenerators.cpp

Modified: polly/trunk/lib/CodeGen/LoopGenerators.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/LoopGenerators.cpp?rev=236994&r1=236993&r2=236994&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/LoopGenerators.cpp (original)
+++ polly/trunk/lib/CodeGen/LoopGenerators.cpp Mon May 11 08:43:04 2015
@@ -196,12 +196,7 @@ void ParallelLoopGenerator::createCallSp
   }
 
   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);
 }





More information about the llvm-commits mailing list