diff options
| author | Craig Topper <craig.topper@gmail.com> | 2014-02-03 06:33:17 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2014-02-03 06:33:17 +0000 |
| commit | e7a9ee5c4a3e3d4c8364a290120bc674edf5c7cc (patch) | |
| tree | 87fe961af91e25b78573bc848753d5296c2c9218 /llvm/lib/Target | |
| parent | 6e0e1bc859f1df551d2983d0fa8c1c661d9fb2dc (diff) | |
| download | bcm5719-llvm-e7a9ee5c4a3e3d4c8364a290120bc674edf5c7cc.tar.gz bcm5719-llvm-e7a9ee5c4a3e3d4c8364a290120bc674edf5c7cc.zip | |
Remove unnecessary include of AArch64GenInstrInfo.inc from AArch64Disassembler.cpp. None of the GET_ defines were set that would make the include do anything.
llvm-svn: 200677
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp b/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp index a88cbb2971f..a5f2bf742cd 100644 --- a/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp +++ b/llvm/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) { |

