summaryrefslogtreecommitdiffstats
path: root/polly/lib/IndependentBlocks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/IndependentBlocks.cpp')
-rw-r--r--polly/lib/IndependentBlocks.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/polly/lib/IndependentBlocks.cpp b/polly/lib/IndependentBlocks.cpp
index e3779e6ee74..7760b985228 100644
--- a/polly/lib/IndependentBlocks.cpp
+++ b/polly/lib/IndependentBlocks.cpp
@@ -12,16 +12,15 @@
//===----------------------------------------------------------------------===//
//
#include "polly/LinkAllPasses.h"
-#include "polly/ScopDetection.h"
-#include "polly/Support/ScopHelper.h"
#include "polly/CodeGen/BlockGenerators.h"
#include "polly/CodeGen/Cloog.h"
-
+#include "polly/ScopDetection.h"
+#include "polly/Support/ScopHelper.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/ValueTracking.h"
-#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Assembly/Writer.h"
+#include "llvm/Transforms/Utils/Local.h"
#define DEBUG_TYPE "polly-independent"
#include "llvm/Support/Debug.h"
OpenPOWER on IntegriCloud