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)
commite01b81be33ebbc3e087d758341de0c2ba5d44135
tree13c6141ac57be5bf728602c110055938153adc49
parent46c5f79789947b75ff3b0cc107f133fb0c5ffb5e
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.

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