summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-02-03 06:33:17 +0000
committerCraig Topper <craig.topper@gmail.com>2014-02-03 06:33:17 +0000
commita3db8124abd18cd9e6cd6783cda8a549a61f1308 (patch)
treefda369c1f0bac1b7967cc76e58f2889e479c3d32
parente6562c508858ac6c2003d912ccf289b45bc52b3a (diff)
downloadllvm-a3db8124abd18cd9e6cd6783cda8a549a61f1308.tar.gz
llvm-a3db8124abd18cd9e6cd6783cda8a549a61f1308.tar.bz2
llvm-a3db8124abd18cd9e6cd6783cda8a549a61f1308.tar.xz
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
-rw-r--r--lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp1
1 files changed, 0 insertions, 1 deletions
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) {