[PATCH] [InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Chad Rosier
mcrosier at codeaurora.org
Mon Jun 8 06:39:25 PDT 2015
LGTM with one small nit.
REPOSITORY
rL LLVM
================
Comment at: lib/Target/X86/X86InstrInfo.cpp:4700
@@ -4699,1 +4699,3 @@
+void addOperands(MachineInstrBuilder &MIB, ArrayRef<MachineOperand> MOs) {
+ unsigned NumAddrOps = MOs.size();
----------------
Mark as static?
http://reviews.llvm.org/D10174
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list