summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/IndependentBlocks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/Transform/IndependentBlocks.cpp')
-rw-r--r--polly/lib/Transform/IndependentBlocks.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/polly/lib/Transform/IndependentBlocks.cpp b/polly/lib/Transform/IndependentBlocks.cpp
index 8868b8f91c1..8a0c0f45bae 100644
--- a/polly/lib/Transform/IndependentBlocks.cpp
+++ b/polly/lib/Transform/IndependentBlocks.cpp
@@ -12,8 +12,8 @@
//===----------------------------------------------------------------------===//
//
#include "polly/LinkAllPasses.h"
-#include "polly/Options.h"
#include "polly/CodeGen/BlockGenerators.h"
+#include "polly/Options.h"
#include "polly/ScopDetection.h"
#include "polly/Support/ScopHelper.h"
#include "llvm/Analysis/DominanceFrontier.h"
@@ -22,10 +22,9 @@
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/IntrinsicInst.h"
-#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
-
+#include "llvm/Transforms/Utils/Local.h"
#include <vector>
using namespace polly;
OpenPOWER on IntegriCloud