[mips] [IAS] Enforce .set nomacro.
authorToma Tabacu <toma.tabacu@imgtec.com>
Thu, 14 May 2015 14:51:32 +0000 (14:51 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Thu, 14 May 2015 14:51:32 +0000 (14:51 +0000)
commite6f281a2ff0a0bc9382e1634895bd6bc2e4624b3
treea751fa627623f120ceefeabaefcf672074665890
parent23b0065f29198c58a446c49a1f4de9c2e01d2606
[mips] [IAS] Enforce .set nomacro.

Summary: When used, ".set nomacro" causes warning messages to be reported when we expand pseudo-instructions to multiple machine instructions.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

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

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