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)
commit27d702cb8b4a47a7d0359db2ab6ab1140fef1073
treef11a455d18d8454016577503f4014fa83b33177e
parent82291459611118ae441179945b472ad68e86a7d4
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.)

llvm-svn: 235782
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLParser.h