diff options
author | Johannes Doerfert <jdoerfert@codeaurora.org> | 2014-07-15 00:58:57 +0000 |
---|---|---|
committer | Johannes Doerfert <jdoerfert@codeaurora.org> | 2014-07-15 00:58:57 +0000 |
commit | 3151463091b6a0ffb40e1a485e9e14f56f527b18 (patch) | |
tree | 7a0294768ff225203b5ada8af32264318bf24687 | |
parent | 70f4db88d5b749a697d49fee7ceedb59bfba2b75 (diff) | |
download | bcm5719-llvm-3151463091b6a0ffb40e1a485e9e14f56f527b18.tar.gz bcm5719-llvm-3151463091b6a0ffb40e1a485e9e14f56f527b18.zip |
[Format] Clang format IslAst.cpp
llvm-svn: 213026
-rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index 52c6bc71b5d..494fed1a108 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; |