| commit | b32b0411e6608c0dbe66648ea64873dce1bb369d | [log] [tgz] |
|---|---|---|
| author | Bill Wendling <isanbard@gmail.com> | Fri Feb 08 06:32:06 2013 +0000 |
| committer | Bill Wendling <isanbard@gmail.com> | Fri Feb 08 06:32:06 2013 +0000 |
| tree | 43409560a713125869afebcc178e484b28e3138d | |
| parent | 66165c8f961662a73483cd53418a24e6c32667a2 [diff] |
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.
llvm-svn: 174697