From: Johannes Doerfert Date: Tue, 15 Jul 2014 00:58:57 +0000 (+0000) Subject: [Format] Clang format IslAst.cpp X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3151463091b6a0ffb40e1a485e9e14f56f527b18;p=platform%2Fupstream%2Fllvm.git [Format] Clang format IslAst.cpp llvm-svn: 213026 --- diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index 52c6bc7..494fed1a1 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -210,8 +210,7 @@ static bool astScheduleDimIsParallel(__isl_keep isl_ast_build *Build, 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;