summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IslAst.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-11-06 21:25:54 +0000
committerTobias Grosser <tobias@grosser.es>2014-11-06 21:25:54 +0000
commit81641db93e87e70df497ebf9a600e4ab2bdbffe9 (patch)
tree13c7724914ee9355d7a963724097a36281cc3fbc /polly/lib/CodeGen/IslAst.cpp
parentc1247f5596af74a9f9cc59942cc8b6cf67d27529 (diff)
downloadbcm5719-llvm-81641db93e87e70df497ebf9a600e4ab2bdbffe9.tar.gz
bcm5719-llvm-81641db93e87e70df497ebf9a600e4ab2bdbffe9.zip
Fix formatting
llvm-svn: 221483
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
-rw-r--r--polly/lib/CodeGen/IslAst.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp
index 4b950b2867b..914d0d48af7 100644
--- a/polly/lib/CodeGen/IslAst.cpp
+++ b/polly/lib/CodeGen/IslAst.cpp
@@ -44,8 +44,8 @@ using IslAstUserPayload = IslAstInfo::IslAstUserPayload;
static cl::opt<bool>
PollyParallel("polly-parallel",
- cl::desc("Generate thread parallel code (isl codegen only)"),
- cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));
+ cl::desc("Generate thread parallel code (isl codegen only)"),
+ cl::init(false), cl::ZeroOrMore, cl::cat(PollyCategory));
static cl::opt<bool> UseContext("polly-ast-use-context",
cl::desc("Use context"), cl::Hidden,
@@ -454,7 +454,8 @@ bool IslAstInfo::isReductionParallel(__isl_keep isl_ast_node *Node) {
}
bool IslAstInfo::isExecutedInParallel(__isl_keep isl_ast_node *Node) {
- return PollyParallel && isOutermostParallel(Node) && !isReductionParallel(Node);
+ return PollyParallel && isOutermostParallel(Node) &&
+ !isReductionParallel(Node);
}
isl_union_map *IslAstInfo::getSchedule(__isl_keep isl_ast_node *Node) {
OpenPOWER on IntegriCloud