summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/set-mips0-directive.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Add assembler support for .set mips0 directive.Toma Tabacu2014-09-091-0/+27
Summary: This directive is used to reset the assembler options to their initial values. Assembly programmers use it in conjunction with the ".set mipsX" directives. This patch depends on the .set push/pop directive (http://reviews.llvm.org/D4821). Contains work done by Matheus Almeida. Reviewers: dsanders Reviewed By: dsanders Differential Revision: http://reviews.llvm.org/D4957 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217438 91177308-0d34-0410-b5e6-96231b3b80d8