MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 19 Aug 2015 19:19:16 +0000 (19:19 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 19 Aug 2015 19:19:16 +0000 (19:19 +0000)
commit711f2fda933f44ef068d4c1b96e8bd210cd81c69
tree12f3df75aafabe3b7c593b77f8ed9fc8f4a5fef6
parentdab6ae00968c05e56d480589a77a048d3d03c52d
MIR Parser: Rename 'MachineOperandWithLocation' to 'ParsedMachineOperand'. NFC.

Besides storing the operand's source range, this structure now stores other
attributes as well, so the name should reflect this fact.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245483 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MIParser.cpp