From 3151463091b6a0ffb40e1a485e9e14f56f527b18 Mon Sep 17 00:00:00 2001 From: Johannes Doerfert Date: Tue, 15 Jul 2014 00:58:57 +0000 Subject: [PATCH] [Format] Clang format IslAst.cpp llvm-svn: 213026 --- polly/lib/CodeGen/IslAst.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.7.4