|
@@ -17,13 +17,12 @@
|
|
|
#include "RegAllocBase.h"
|
|
|
#include "LiveDebugVariables.h"
|
|
|
#include "Spiller.h"
|
|
|
-#include "VirtRegMap.h"
|
|
|
-#include "LiveRegMatrix.h"
|
|
|
#include "llvm/Analysis/AliasAnalysis.h"
|
|
|
#include "llvm/PassAnalysisSupport.h"
|
|
|
#include "llvm/CodeGen/CalcSpillWeights.h"
|
|
|
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
|
|
|
#include "llvm/CodeGen/LiveRangeEdit.h"
|
|
|
+#include "llvm/CodeGen/LiveRegMatrix.h"
|
|
|
#include "llvm/CodeGen/LiveStackAnalysis.h"
|
|
|
#include "llvm/CodeGen/MachineFunctionPass.h"
|
|
|
#include "llvm/CodeGen/MachineInstr.h"
|
|
@@ -31,6 +30,7 @@
|
|
|
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
|
|
#include "llvm/CodeGen/Passes.h"
|
|
|
#include "llvm/CodeGen/RegAllocRegistry.h"
|
|
|
+#include "llvm/CodeGen/VirtRegMap.h"
|
|
|
#include "llvm/Target/TargetMachine.h"
|
|
|
#include "llvm/Target/TargetOptions.h"
|
|
|
#include "llvm/Target/TargetRegisterInfo.h"
|