diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-04-10 06:55:45 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-04-10 06:55:45 +0000 |
| commit | d7e58640a5660d44ac12d1b0175bf6fe32db5b8d (patch) | |
| tree | 1a962a720f331027d10cfb2c758a0e5496db9c13 /polly/lib/CodePreparation.cpp | |
| parent | 0ee50f6ee46902a568eaa3d8baaa2e99f892fb07 (diff) | |
| download | bcm5719-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.cpp | 4 |
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) |

