[PATCH] [mips] [IAS] Add support for generating DADDu to createAddu(). NFC.
Daniel Sanders
daniel.sanders at imgtec.com
Tue Jun 23 06:13:10 PDT 2015
LGTM
================
Comment at: lib/Target/Mips/AsmParser/MipsAsmParser.cpp:221
@@ -220,3 +220,3 @@
void createAddu(unsigned DstReg, unsigned SrcReg, unsigned TrgReg,
- SmallVectorImpl<MCInst> &Instructions);
+ bool Do64bitAddu, SmallVectorImpl<MCInst> &Instructions);
----------------
Optional spelling nit: Is64Bit?
http://reviews.llvm.org/D10568
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list