diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-07 08:11:54 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-05-07 08:11:54 +0000 |
commit | 83628182f7a388f95b39dd8c85f07a70fc5ed513 (patch) | |
tree | 74087cb981975cf94cadc210a5921c0d6ce3c516 /polly/lib/Support/ScopHelper.cpp | |
parent | ec4afe668053541b00e93e51cea0e0d5a9351121 (diff) | |
download | bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.tar.gz bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.zip |
Sort includes
llvm-svn: 181297
Diffstat (limited to 'polly/lib/Support/ScopHelper.cpp')
-rw-r--r-- | polly/lib/Support/ScopHelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Support/ScopHelper.cpp b/polly/lib/Support/ScopHelper.cpp index 97e2656276e..f4476c1229b 100644 --- a/polly/lib/Support/ScopHelper.cpp +++ b/polly/lib/Support/ScopHelper.cpp @@ -13,7 +13,6 @@ #include "polly/Support/ScopHelper.h" #include "polly/ScopInfo.h" - #include "llvm/Analysis/LoopInfo.h" #include "llvm/Analysis/RegionInfo.h" #include "llvm/Analysis/ScalarEvolution.h" |