[mips] Add error message when trying to use $at in '.set noat' mode.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 24 Mar 2014 16:48:01 +0000 (16:48 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 24 Mar 2014 16:48:01 +0000 (16:48 +0000)
commit8ce101ed106b8da645eba8b98ee736cd19cd3543
treea6c9bd6b38ae4468ae9432e44b26d88d3243ebf0
parent2685aa8713c7d17c43a84bdd3a699f2bfaae5914
[mips] Add error message when trying to use $at in '.set noat' mode.

Summary:
Patch by David Chisnall
His work was sponsored by: DARPA, AFRL

Differential Revision: http://llvm-reviews.chandlerc.com/D3158

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204621 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/mips-noat.s [new file with mode: 0644]