diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-05-09 09:13:42 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-05-09 09:13:42 +0000 |
| commit | ba0d09227c66b5e7731d02b24c2f07014587ca0f (patch) | |
| tree | 51c90d415bbb17bd262536e632470a6415b38978 /polly/lib/Transform/CodePreparation.cpp | |
| parent | e7f512ae36543b83dd65ec04a80bb9f56bf09060 (diff) | |
| download | bcm5719-llvm-ba0d09227c66b5e7731d02b24c2f07014587ca0f.tar.gz bcm5719-llvm-ba0d09227c66b5e7731d02b24c2f07014587ca0f.zip | |
Sort include directives
Upcoming revisions of isl require us to include header files explicitly, which
have previously been already transitively included. Before we add them, we sort
the existing includes.
Thanks to Chandler for sort_includes.py. A simple, but very convenient script.
llvm-svn: 236930
Diffstat (limited to 'polly/lib/Transform/CodePreparation.cpp')
| -rw-r--r-- | polly/lib/Transform/CodePreparation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/CodePreparation.cpp b/polly/lib/Transform/CodePreparation.cpp index 39c2acc8851..9d4b55b24aa 100644 --- a/polly/lib/Transform/CodePreparation.cpp +++ b/polly/lib/Transform/CodePreparation.cpp @@ -27,8 +27,8 @@ //===----------------------------------------------------------------------===// #include "polly/LinkAllPasses.h" -#include "polly/ScopDetection.h" #include "polly/CodeGen/BlockGenerators.h" +#include "polly/ScopDetection.h" #include "polly/Support/ScopHelper.h" #include "llvm/Analysis/DominanceFrontier.h" #include "llvm/Analysis/LoopInfo.h" |

