summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PPCGCodeGeneration.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-11-29 12:52:08 +0000
committerTobias Grosser <tobias@grosser.es>2016-11-29 12:52:08 +0000
commitdf8f35b7b80ba1f09561b66f72f20f6be038aafa (patch)
tree5004b5d5fdbbf38a23f13071b28feda385fbd43b /polly/lib/CodeGen/PPCGCodeGeneration.cpp
parent7fff35479c355b8cc31187a39471ae15969ec83a (diff)
downloadbcm5719-llvm-df8f35b7b80ba1f09561b66f72f20f6be038aafa.tar.gz
bcm5719-llvm-df8f35b7b80ba1f09561b66f72f20f6be038aafa.zip
Update for clang-format change in r288119
llvm-svn: 288134
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r--polly/lib/CodeGen/PPCGCodeGeneration.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index a2edb715ec2..db62d940d65 100644
--- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -835,8 +835,9 @@ void GPUNodeBuilder::createDataTransfer(__isl_take isl_ast_node *TransferStmt,
if (Offset) {
Size = Builder.CreateSub(
- Size, Builder.CreateMul(
- Offset, Builder.getInt64(ScopArray->getElemSizeInBytes())));
+ Size,
+ Builder.CreateMul(Offset,
+ Builder.getInt64(ScopArray->getElemSizeInBytes())));
}
if (Direction == HOST_TO_DEVICE)
OpenPOWER on IntegriCloud