rename ParseOptionalCustomMetadata -> ParseInstructionMetadata,
authorChris Lattner <sabre@nondot.org>
Wed, 30 Dec 2009 05:31:19 +0000 (05:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Dec 2009 05:31:19 +0000 (05:31 +0000)
commitb8c4686a46da2832ff4502136f16f71f789be078
tree958b1a71a822d47e828bd7dd27d4196ffc64656f
parenta7d7f2c0239ecc8513461ec69c8b922698ce5fe0
rename ParseOptionalCustomMetadata -> ParseInstructionMetadata,
and make it non-optional.  This fixes the bug where we'd accept
and ignore a spurious comma after some instructions.

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