diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-03-23 01:05:07 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-03-23 01:05:07 +0000 |
commit | 4d96c8d7140b95ac2608422b59c9749a0c5b6981 (patch) | |
tree | b6f1c007d7b8b49c3806d7cb979d75bd2930dc4f /polly/lib/Support/GICHelper.cpp | |
parent | 0db04b47780dcbfe74e58c2f41fa9432ce3369cc (diff) | |
download | bcm5719-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/Support/GICHelper.cpp')
-rw-r--r-- | polly/lib/Support/GICHelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Support/GICHelper.cpp b/polly/lib/Support/GICHelper.cpp index 3959cd014a5..d01c4eeeb43 100644 --- a/polly/lib/Support/GICHelper.cpp +++ b/polly/lib/Support/GICHelper.cpp @@ -121,4 +121,3 @@ std::string polly::stringFromIslObj(__isl_keep isl_pw_aff *pwaff) { return stringFromIslObjInternal(pwaff, isl_pw_aff_get_ctx, isl_printer_print_pw_aff); } - |