[PATCH] [mips] [IAS] Improve warning for using AT with .set noat.

Toma Tabacu toma.tabacu at imgtec.com
Fri Mar 20 05:11:24 PDT 2015


Hi dsanders,

Changed the warning message to use "aka" for the value of $at, similar to what clang does for typedef's,
and renamed warnIfAssemblerTemporary to a more descriptive name.

I also changed the type of variables which store registers from int to unsigned, updated the relevant test
and tried to make the related comments clearer.

http://reviews.llvm.org/D8479

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  test/MC/Mips/set-at-directive-explicit-at.s

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8479.22340.patch
Type: text/x-patch
Size: 4250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150320/8977906e/attachment.bin>


More information about the llvm-commits mailing list