Remove unnecessary include of ARMGenInstrInfo.inc.

llvm-svn: 162086
This commit is contained in:
Craig Topper 2012-08-17 06:21:09 +00:00
parent 29688ab27c
commit f6add7e667

View File

@ -385,7 +385,6 @@ static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val,
static DecodeStatus DecodeMRRC2(llvm::MCInst &Inst, unsigned Val,
uint64_t Address, const void *Decoder);
#include "ARMGenDisassemblerTables.inc"
#include "ARMGenInstrInfo.inc"
#include "ARMGenEDInfo.inc"
static MCDisassembler *createARMDisassembler(const Target &T, const MCSubtargetInfo &STI) {