LLParser: Simplify ParseInstructionMetadata(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Apr 2015 21:29:36 +0000 (21:29 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 24 Apr 2015 21:29:36 +0000 (21:29 +0000)
commit233c2e72168c1e838d65c4a294b329771aed2184
tree4d3df7bf0e930d4efd12d710153cd2ba2eec8b66
parent1615d1720e68036f7f334f91e412d6f830fbd434
LLParser: Simplify ParseInstructionMetadata(), NFC

Remove unused `PFS` variable and take the `Instruction` by reference.
(Not really related to PR23340, but might as well clean this up while
I'm here.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235782 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h