diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-09-25 09:49:19 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-09-25 09:49:19 +0000 |
commit | c2bb0cbe00b66465a4d73886ce7162243d902769 (patch) | |
tree | e42661ac72e1b3ac604035431b935260c589d22b /polly/lib/Support | |
parent | 89cc4270a4e215f30a0046a69a859bda31141e9a (diff) | |
download | bcm5719-llvm-c2bb0cbe00b66465a4d73886ce7162243d902769.tar.gz bcm5719-llvm-c2bb0cbe00b66465a4d73886ce7162243d902769.zip |
Sort includes using Chandler's sort_includes.py script
llvm-svn: 248568
Diffstat (limited to 'polly/lib/Support')
-rw-r--r-- | polly/lib/Support/SCEVAffinator.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/polly/lib/Support/SCEVAffinator.cpp b/polly/lib/Support/SCEVAffinator.cpp index 0475612d7f5..2fee1e917a4 100644 --- a/polly/lib/Support/SCEVAffinator.cpp +++ b/polly/lib/Support/SCEVAffinator.cpp @@ -12,16 +12,14 @@ //===----------------------------------------------------------------------===// #include "polly/Support/SCEVAffinator.h" - #include "polly/ScopInfo.h" #include "polly/Support/GICHelper.h" -#include "polly/Support/ScopHelper.h" #include "polly/Support/SCEVValidator.h" - +#include "polly/Support/ScopHelper.h" #include "isl/aff.h" +#include "isl/local_space.h" #include "isl/set.h" #include "isl/val.h" -#include "isl/local_space.h" using namespace llvm; using namespace polly; |