From a3db8124abd18cd9e6cd6783cda8a549a61f1308 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 3 Feb 2014 06:33:17 +0000 Subject: 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 --- lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp b/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp index a88cbb2971..a5f2bf742c 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) { -- cgit v1.2.3