OSDN Git Service

[mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.
authorToma Tabacu <toma.tabacu@gmail.com>
Tue, 30 Jun 2015 09:36:50 +0000 (09:36 +0000)
committerToma Tabacu <toma.tabacu@gmail.com>
Tue, 30 Jun 2015 09:36:50 +0000 (09:36 +0000)
commit5dee8da754fb827f9e574fa91931960d651be1fb
treea113f483fa58e591a4ba059ed1db93da4f9fe62a
parent501cad951b7d5e0bfd289790472793433bc03368
[mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241052 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-oddspreg-nooddspreg-error.s [new file with mode: 0644]
test/MC/Mips/set-oddspreg-nooddspreg.s [new file with mode: 0644]