Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / ExpandISelPseudos.cpp
index 2c4a93543cc3dd7acb5e5c3b6bb943f0c1cc6654..b2b68828a2265d5c13bcdd720a2cdf7be1fcbaf0 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #define DEBUG_TYPE "expand-isel-pseudos"
+#include "llvm/CodeGen/Passes.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/Passes.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetMachine.h"
-#include "llvm/Support/Debug.h"
 using namespace llvm;
 
 namespace {