[mips] Add assembler support for the .set nodsp directive.
authorToma Tabacu <toma.tabacu@imgtec.com>
Wed, 17 Sep 2014 09:01:54 +0000 (09:01 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Wed, 17 Sep 2014 09:01:54 +0000 (09:01 +0000)
commit4378ff024d02e376f8a59b647855db955e7f7538
treef3f5e772e79455adf07f23f06d1bce356eaac492
parent217ab20074e732ce48ffba74220038593a3daca9
[mips] Add assembler support for the .set nodsp directive.

Summary: This directive is used to tell the assembler to reject DSP-specific instructions.

Reviewers: dsanders

Reviewed By: dsanders

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

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