summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodePreparation.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-03-23 01:05:07 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-03-23 01:05:07 +0000
commit4d96c8d7140b95ac2608422b59c9749a0c5b6981 (patch)
treeb6f1c007d7b8b49c3806d7cb979d75bd2930dc4f /polly/lib/CodePreparation.cpp
parent0db04b47780dcbfe74e58c2f41fa9432ce3369cc (diff)
downloadbcm5719-llvm-4d96c8d7140b95ac2608422b59c9749a0c5b6981.tar.gz
bcm5719-llvm-4d96c8d7140b95ac2608422b59c9749a0c5b6981.zip
clang-format: Many more files
After this commit, polly is clang-format clean. This can be tested with 'ninja polly-check-format'. Updates to clang-format may change this, but the differences will hopefully be both small and general improvements to the formatting. We currently have some not very nice formatting for a couple of items, DEBUG() stmts for example. I believe the benefit of being clang-format clean outweights the not perfect layout of this code. llvm-svn: 177796
Diffstat (limited to 'polly/lib/CodePreparation.cpp')
-rw-r--r--polly/lib/CodePreparation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodePreparation.cpp b/polly/lib/CodePreparation.cpp
index da9cd01b2d7..4ec0cc9651d 100644
--- a/polly/lib/CodePreparation.cpp
+++ b/polly/lib/CodePreparation.cpp
@@ -183,4 +183,3 @@ INITIALIZE_PASS_BEGIN(CodePreparation, "polly-prepare",
INITIALIZE_PASS_DEPENDENCY(LoopInfo);
INITIALIZE_PASS_END(CodePreparation, "polly-prepare",
"Polly - Prepare code for polly", false, false)
-
OpenPOWER on IntegriCloud