Next round of MC refactoring. This patch factor MC table instantiations, MC
[oota-llvm.git] / lib / Target / CellSPU / SPURegisterInfo.cpp
index fefd141f4b4f5f78d12a5559f876bef1bb4af405..19896c0b4be9f232e7d89fdab8fcceef01f64b7f 100644 (file)
@@ -14,7 +14,6 @@
 #define DEBUG_TYPE "reginfo"
 #include "SPU.h"
 #include "SPURegisterInfo.h"
-#include "SPURegisterNames.h"
 #include "SPUInstrBuilder.h"
 #include "SPUSubtarget.h"
 #include "SPUMachineFunction.h"
@@ -43,7 +42,6 @@
 #include "llvm/ADT/STLExtras.h"
 #include <cstdlib>
 
-#define GET_REGINFO_MC_DESC
 #define GET_REGINFO_TARGET_DESC
 #include "SPUGenRegisterInfo.inc"