[PATCH] [mips] [IAS] Rename MipsAssemblerOptions::getATRegNum to getATReg. NFC.
Toma Tabacu
toma.tabacu at imgtec.com
Wed Apr 8 03:20:39 PDT 2015
Replied to an inline comment.
================
Comment at: lib/Target/Mips/AsmParser/MipsAsmParser.cpp:2212
@@ -2211,3 +2211,3 @@
if ((RegIndex != 0) &&
- ((int)AssemblerOptions.back()->getATRegNum() == RegIndex)) {
if (RegIndex == 1)
----------------
dsanders wrote:
> Are you going to eliminate the casts in a follow up?
D8479 takes care of those casts.
http://reviews.llvm.org/D8480
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list