From: Craig Topper Date: Mon, 3 Feb 2014 06:33:17 +0000 (+0000) Subject: Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassembler.cpp... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a3db8124abd18cd9e6cd6783cda8a549a61f1308;p=oota-llvm.git Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassembler.cpp. None of the GET_ defines were set that would make the include do anything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200677 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp b/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp index a88cbb2971f..a5f2bf742cd 100644 --- a/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp +++ b/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp @@ -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) {