summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/set-at-noat-bad-syntax.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Improve support for the .set at/noat assembler directives.Toma Tabacu2015-02-131-0/+29
Summary: Made the following changes: Added calls to emitDirectiveSetNoAt() and emitDirectiveSetAt(). Added special emit function for .set at=$reg, emitDirectiveSetAtWithArg(unsigned RegNo). Improved parsing error checks for .set at. Refactored parser code for .set at. Improved testing of both directives. Improved code readability and comments. Reviewers: dsanders Reviewed By: dsanders Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D7176 llvm-svn: 229097
OpenPOWER on IntegriCloud