This is the first in a series of patches that add missing disassembler tests for...
authorVladimir Medic <Vladimir.Medic@imgtec.com>
Mon, 15 Dec 2014 15:22:33 +0000 (15:22 +0000)
committerVladimir Medic <Vladimir.Medic@imgtec.com>
Mon, 15 Dec 2014 15:22:33 +0000 (15:22 +0000)
commit6fe13a4f08c79c1c01d9d74bfcfedd73ef45dec1
tree591da92ffd6261dacb93758db34f98e0669ffdd3
parentbfba3894f304834bd57a77c61248308bdafade85
This is the first in a series of patches that add missing disassembler tests for mips platform. The patches are divided per version of mips CPU to keep the patches smaller and ease the review. There are no functional changes, code is changed only if new tests reveal a bug.This patch adds disassembler tests for mips1 CPU.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224251 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/mips1/valid-mips1-el.txt [new file with mode: 0644]
test/MC/Disassembler/mips1/valid-mips1.txt [new file with mode: 0644]
test/MC/Disassembler/mips1/valid-xfail.txt [new file with mode: 0644]