From 58166b13e093a8f4eda9ee6bd36e733bd133b62f Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Tue, 21 Nov 2017 19:25:26 +0000 Subject: Run polly-update-format. NFC. polly-check-format has been failing since at least r318517, due to more than one cause. llvm-svn: 318795 --- polly/lib/CodeGen/PPCGCodeGeneration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp') diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index c6c8db8a911..d6652146483 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -3091,8 +3091,8 @@ public: PPCGProg->n_array = ValidSAIs.size(); // std::distance(S->array_begin(), S->array_end()); - PPCGProg->array = isl_calloc_array(S->getIslCtx().get(), struct gpu_array_info, - PPCGProg->n_array); + PPCGProg->array = isl_calloc_array( + S->getIslCtx().get(), struct gpu_array_info, PPCGProg->n_array); createArrays(PPCGProg, ValidSAIs); -- cgit v1.2.3