[mips][mips64r6] Test that paired single instructions are invalid
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 22 May 2014 11:37:38 +0000 (11:37 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 22 May 2014 11:37:38 +0000 (11:37 +0000)
commit5f45ba140eed1b9746b9c389b365661790797dcc
treed49f09d6a34c9aecb3a89ec3f85bde28368dcdbe
parentc96096cc0f080016ebf5308fe408ca4de8c3c19d
[mips][mips64r6] Test that paired single instructions are invalid

Summary:
These emit the 'unknown instruction' instead of the correct error
because they have not been implemented in LLVM for any MIPS ISA.

Reviewers: jkolek, zoran.jovanovic, vmedic

Reviewed By: vmedic

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209418 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips32r6InstrInfo.td
test/MC/Mips/mips64r6/invalid-mips5-wrong-error.s [new file with mode: 0644]