Split up the ParseOptionalAttrs method into three different methods for each
authorBill Wendling <isanbard@gmail.com>
Tue, 4 Dec 2012 23:40:58 +0000 (23:40 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 4 Dec 2012 23:40:58 +0000 (23:40 +0000)
commit34c2eb2f9968b78c8c143ebdefddfe7d4f948cac
treeca2432a66bf9dc0e776fc68fd0a5f61ecbf223a4
parent0a4e0f6d35471580231f25334a8e2ff80283d0b3
Split up the ParseOptionalAttrs method into three different methods for each
class of attributes. This makes it much easier to check for errors and to reuse
the code.

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