Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Scalar / BasicBlockPlacement.cpp
index cee55026562217c3565531de03b91cf1f2784e99..6214e3b703f310466c2f493024830d6d7f28fa17 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "block-placement"
+#include "llvm/Transforms/Scalar.h"
+#include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/ProfileInfo.h"
 #include "llvm/Function.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
-#include "llvm/ADT/Statistic.h"
-#include "llvm/Transforms/Scalar.h"
 #include <set>
 using namespace llvm;