[X86] Pass the OperandVector to ParseMemOperand instead of returning the operand...
authorCraig Topper <craig.topper@intel.com>
Thu, 30 Jul 2020 06:19:43 +0000 (23:19 -0700)
committerCraig Topper <craig.topper@intel.com>
Thu, 30 Jul 2020 06:44:56 +0000 (23:44 -0700)
commit07bb8240a0b2f4262764efb828b09650f24a03c5
tree652f36f61685ad53780ac0c8df83026556d330ab
parent17597442db159829dd167abb638b198ad0afc309
[X86] Pass the OperandVector to ParseMemOperand instead of returning the operand. NFCI

Continue the change made to ParseATTOperand to take the vector by
reference. Let ParseMemOperand add its memory operand to the
vector and just return true/false to indicate error.
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp