diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-05-10 04:53:59 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-05-10 04:53:59 +0000 |
| commit | 1a2e0e64158ce1954a410b13d3eeefb5f7120a3d (patch) | |
| tree | f921e58116bcb527715157033389985767881dd6 /polly/lib/CodeGen/PerfMonitor.cpp | |
| parent | 52ad6e55d97116296af7cdd5950acf244e06935d (diff) | |
| download | bcm5719-llvm-1a2e0e64158ce1954a410b13d3eeefb5f7120a3d.tar.gz bcm5719-llvm-1a2e0e64158ce1954a410b13d3eeefb5f7120a3d.zip | |
Fix formatting in Polly
llvm-svn: 302620
Diffstat (limited to 'polly/lib/CodeGen/PerfMonitor.cpp')
| -rw-r--r-- | polly/lib/CodeGen/PerfMonitor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polly/lib/CodeGen/PerfMonitor.cpp b/polly/lib/CodeGen/PerfMonitor.cpp index fe3aba532e9..7a85cd363fa 100644 --- a/polly/lib/CodeGen/PerfMonitor.cpp +++ b/polly/lib/CodeGen/PerfMonitor.cpp @@ -46,9 +46,9 @@ void PerfMonitor::addToGlobalConstructors(Function *Fn) { StructType *ST = StructType::get(Builder.getInt32Ty(), Fn->getType(), Builder.getInt8PtrTy()); - V.push_back(ConstantStruct::get( - ST, Builder.getInt32(10), Fn, - ConstantPointerNull::get(Builder.getInt8PtrTy()))); + V.push_back( + ConstantStruct::get(ST, Builder.getInt32(10), Fn, + ConstantPointerNull::get(Builder.getInt8PtrTy()))); ArrayType *Ty = ArrayType::get(ST, V.size()); GV = new GlobalVariable(*M, Ty, true, GlobalValue::AppendingLinkage, |

