Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / AArch64 / AArch64BranchFixupPass.cpp
index 11e7f41a39647d73d7748b3dc5ca70e8a5c2d630..124687a06cedb22bd8d3455cb704ee74c0b9c4a1 100644 (file)
 #include "AArch64.h"
 #include "AArch64InstrInfo.h"
 #include "Utils/AArch64BaseInfo.h"
+#include "llvm/ADT/Statistic.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/Statistic.h"
 using namespace llvm;
 
 STATISTIC(NumSplit,      "Number of uncond branches inserted");