llvm-project/llvm/test/MC/Disassembler/Mips/mips32r2
Daniel Sanders a19216c8f4 [mips] Merge disassemblers into a single implementation.
Summary:
Currently we have Mips32 and Mips64 disassemblers and this causes the target
triple to affect the disassembly despite all the relevant information being in
the ELF header. These implementations do not need to be separate.

This patch merges them together such that the appropriate tables are checked
for the subtarget (e.g. Mips64 is checked when GP64 is enabled).

Reviewers: vmedic

Reviewed By: vmedic

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7498

llvm-svn: 228825
2015-02-11 11:28:56 +00:00
..
valid-mips32r2-le.txt [mips] Merge disassemblers into a single implementation. 2015-02-11 11:28:56 +00:00
valid-mips32r2.txt [mips] Merge disassemblers into a single implementation. 2015-02-11 11:28:56 +00:00
valid-xfail-mips32r2.txt [mips] 'CHECK :' is not a valid check directive. Fixed. 2015-01-18 18:43:10 +00:00