Parse the attribute group reference on a function.
authorBill Wendling <isanbard@gmail.com>
Fri, 8 Feb 2013 06:32:06 +0000 (06:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 8 Feb 2013 06:32:06 +0000 (06:32 +0000)
commitbaad55c3ab85d57003e9711084f1a95fcab76fdf
tree8c4d7be688f896b32d7c2f953e1343a150cc7e24
parent61b97b8c1721ba45e5c10ca307ceebe1efdf72a9
Parse the attribute group reference on a function.

Attribute references are of this form:

  define void @foo() #0 #1 #2 { ... }

Parse them for function attributes. If there's more than one reference, then
they are merged together.

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