[polly] r213026 - [Format] Clang format IslAst.cpp

Johannes Doerfert jdoerfert at codeaurora.org
Mon Jul 14 17:58:57 PDT 2014


Author: jdoerfert
Date: Mon Jul 14 19:58:57 2014
New Revision: 213026

URL: http://llvm.org/viewvc/llvm-project?rev=213026&view=rev
Log:
[Format] Clang format IslAst.cpp

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

Modified: polly/trunk/lib/CodeGen/IslAst.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/IslAst.cpp?rev=213026&r1=213025&r2=213026&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/IslAst.cpp (original)
+++ polly/trunk/lib/CodeGen/IslAst.cpp Mon Jul 14 19:58:57 2014
@@ -210,8 +210,7 @@ static bool astScheduleDimIsParallel(__i
   if (!astScheduleDimIsParallel(Build, Deps))
     return false;
 
-  isl_union_map *RedDeps =
-      D->getDependences(Dependences::TYPE_TC_RED);
+  isl_union_map *RedDeps = D->getDependences(Dependences::TYPE_TC_RED);
   if (!astScheduleDimIsParallel(Build, RedDeps))
     IsReductionParallel = true;
 





More information about the llvm-commits mailing list