summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-07-14 10:53:00 +0000
committerTobias Grosser <tobias@grosser.es>2016-07-14 10:53:00 +0000
commitbd81a7eebc9ab0945de5e9ead07e52bd1ec42dbf (patch)
tree82c39538a7ff2238246c9d2bbf3daeb340af30b0
parentaef5196f75465ad2ee9a0ee3a4b537d069980174 (diff)
downloadbcm5719-llvm-bd81a7eebc9ab0945de5e9ead07e52bd1ec42dbf.tar.gz
bcm5719-llvm-bd81a7eebc9ab0945de5e9ead07e52bd1ec42dbf.zip
Fix formatting
llvm-svn: 275397
-rw-r--r--polly/lib/CodeGen/PPCGCodeGeneration.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index b61fffb9139..deb80dbcf18 100644
--- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -167,7 +167,8 @@ public:
/// @returns Retun a map from collected ids to 'zero' ast expressions.
__isl_give isl_id_to_ast_expr *getNames() {
auto *Names = isl_id_to_ast_expr_alloc(
- S->getIslCtx(), S->getNumParams() + std::distance(S->array_begin(), S->array_end()));
+ S->getIslCtx(),
+ S->getNumParams() + std::distance(S->array_begin(), S->array_end()));
auto *Zero = isl_ast_expr_from_val(isl_val_zero(S->getIslCtx()));
auto *Space = S->getParamSpace();
OpenPOWER on IntegriCloud