diff options
author | Michael Kruse <llvm@meinersbur.de> | 2017-11-21 19:25:26 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2017-11-21 19:25:26 +0000 |
commit | 58166b13e093a8f4eda9ee6bd36e733bd133b62f (patch) | |
tree | 7e29bde54fc6bf47e537abdbb742e2a8f9b48f5d /polly/lib/CodeGen/PPCGCodeGeneration.cpp | |
parent | 5f8980a995ce8a09c0f7b953063c30f32d28281e (diff) | |
download | bcm5719-llvm-58166b13e093a8f4eda9ee6bd36e733bd133b62f.tar.gz bcm5719-llvm-58166b13e093a8f4eda9ee6bd36e733bd133b62f.zip |
Run polly-update-format. NFC.
polly-check-format has been failing since at least r318517,
due to more than one cause.
llvm-svn: 318795
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |