diff options
Diffstat (limited to 'polly/lib/CodeGen/LoopGenerators.cpp')
| -rw-r--r-- | polly/lib/CodeGen/LoopGenerators.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/LoopGenerators.cpp b/polly/lib/CodeGen/LoopGenerators.cpp index de8a21d2fc0..547c38d4a52 100644 --- a/polly/lib/CodeGen/LoopGenerators.cpp +++ b/polly/lib/CodeGen/LoopGenerators.cpp @@ -281,8 +281,8 @@ ParallelLoopGenerator::storeValuesIntoStruct(SetVector<Value *> &Values) { for (Value *V : Values) Members.push_back(V->getType()); - const DataLayout &DL - = Builder.GetInsertBlock()->getParent()->getParent()->getDataLayout(); + const DataLayout &DL = + Builder.GetInsertBlock()->getParent()->getParent()->getDataLayout(); // We do not want to allocate the alloca inside any loop, thus we allocate it // in the entry block of the function and use annotations to denote the actual |

