now that instruction metadata is only parsed in one place, eliminate the
authorChris Lattner <sabre@nondot.org>
Wed, 30 Dec 2009 05:48:36 +0000 (05:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Dec 2009 05:48:36 +0000 (05:48 +0000)
commit1340dd37087c1d47a85a4461a8d33cd6ccbcfaaf
tree87630de18dc00a5faa791fbd9c22be9c200d2382
parentc3a6c5c83b5fa7b813de1741ac9e9be702b03846
now that instruction metadata is only parsed in one place, eliminate the
parser-global MDsOnInst vector and make ParseInstructionMetadata return
its result by-ref through an argument like the entire rest of the parser.

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