summaryrefslogtreecommitdiffstats
path: root/polly/lib/Exchange
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-05-07 08:11:54 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-05-07 08:11:54 +0000
commit83628182f7a388f95b39dd8c85f07a70fc5ed513 (patch)
tree74087cb981975cf94cadc210a5921c0d6ce3c516 /polly/lib/Exchange
parentec4afe668053541b00e93e51cea0e0d5a9351121 (diff)
downloadbcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.tar.gz
bcm5719-llvm-83628182f7a388f95b39dd8c85f07a70fc5ed513.zip
Sort includes
llvm-svn: 181297
Diffstat (limited to 'polly/lib/Exchange')
-rw-r--r--polly/lib/Exchange/JSONExporter.cpp9
-rw-r--r--polly/lib/Exchange/OpenScopImporter.cpp1
2 files changed, 4 insertions, 6 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp
index 25b660cec58..5dd589a2df1 100644
--- a/polly/lib/Exchange/JSONExporter.cpp
+++ b/polly/lib/Exchange/JSONExporter.cpp
@@ -16,13 +16,12 @@
#include "polly/Options.h"
#include "polly/ScopInfo.h"
#include "polly/ScopPass.h"
-
-#include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/system_error.h"
#include "llvm/ADT/OwningPtr.h"
-#include "llvm/Assembly/Writer.h"
#include "llvm/ADT/Statistic.h"
+#include "llvm/Assembly/Writer.h"
+#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/ToolOutputFile.h"
+#include "llvm/Support/system_error.h"
#define DEBUG_TYPE "polly-import-jscop"
diff --git a/polly/lib/Exchange/OpenScopImporter.cpp b/polly/lib/Exchange/OpenScopImporter.cpp
index d9b76c30efd..ac2ec8f9a5c 100644
--- a/polly/lib/Exchange/OpenScopImporter.cpp
+++ b/polly/lib/Exchange/OpenScopImporter.cpp
@@ -13,7 +13,6 @@
//===----------------------------------------------------------------------===//
#include "polly/LinkAllPasses.h"
-
#include "polly/Dependences.h"
#include "polly/Options.h"
#include "polly/ScopInfo.h"
OpenPOWER on IntegriCloud