Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / LiveStackAnalysis.cpp
index f0b522bd7d3605e833d95f37b87e021483e5f7d4..be11a8fa86ef6452b551a6f5fca88491fc160236 100644 (file)
 
 #define DEBUG_TYPE "livestacks"
 #include "llvm/CodeGen/LiveStackAnalysis.h"
+#include "llvm/ADT/Statistic.h"
 #include "llvm/CodeGen/LiveIntervalAnalysis.h"
 #include "llvm/CodeGen/Passes.h"
-#include "llvm/Target/TargetRegisterInfo.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/Statistic.h"
+#include "llvm/Target/TargetRegisterInfo.h"
 #include <limits>
 using namespace llvm;