Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassembler.cpp...
authorCraig Topper <craig.topper@gmail.com>
Mon, 3 Feb 2014 06:33:17 +0000 (06:33 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 3 Feb 2014 06:33:17 +0000 (06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200677 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp

index a88cbb2971febf9bee59f4844c2b2e9f8245ce01..a5f2bf742cd3f13c84f0d0d3905bc1a41a7f3fc7 100644 (file)
@@ -245,7 +245,6 @@ static DecodeStatus DecodeSHLLInstruction(MCInst &Inst, unsigned Insn,
 static bool Check(DecodeStatus &Out, DecodeStatus In);
 
 #include "AArch64GenDisassemblerTables.inc"
-#include "AArch64GenInstrInfo.inc"
 
 static bool Check(DecodeStatus &Out, DecodeStatus In) {
   switch (In) {