summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodePreparation.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-04-10 06:55:45 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-04-10 06:55:45 +0000
commitd7e58640a5660d44ac12d1b0175bf6fe32db5b8d (patch)
tree1a962a720f331027d10cfb2c758a0e5496db9c13 /polly/lib/CodePreparation.cpp
parent0ee50f6ee46902a568eaa3d8baaa2e99f892fb07 (diff)
downloadbcm5719-llvm-d7e58640a5660d44ac12d1b0175bf6fe32db5b8d.tar.gz
bcm5719-llvm-d7e58640a5660d44ac12d1b0175bf6fe32db5b8d.zip
Update formatting to latest version of clang-format
llvm-svn: 179160
Diffstat (limited to 'polly/lib/CodePreparation.cpp')
-rw-r--r--polly/lib/CodePreparation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/CodePreparation.cpp b/polly/lib/CodePreparation.cpp
index 4ec0cc9651d..8c162fd5e97 100644
--- a/polly/lib/CodePreparation.cpp
+++ b/polly/lib/CodePreparation.cpp
@@ -179,7 +179,7 @@ char &polly::CodePreparationID = CodePreparation::ID;
Pass *polly::createCodePreparationPass() { return new CodePreparation(); }
INITIALIZE_PASS_BEGIN(CodePreparation, "polly-prepare",
- "Polly - Prepare code for polly", false, false);
-INITIALIZE_PASS_DEPENDENCY(LoopInfo);
+ "Polly - Prepare code for polly", false, false)
+INITIALIZE_PASS_DEPENDENCY(LoopInfo)
INITIALIZE_PASS_END(CodePreparation, "polly-prepare",
"Polly - Prepare code for polly", false, false)
OpenPOWER on IntegriCloud