]> granicus.if.org Git - clang/commit
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
authorBill Wendling <isanbard@gmail.com>
Wed, 23 Jan 2013 00:21:06 +0000 (00:21 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 23 Jan 2013 00:21:06 +0000 (00:21 +0000)
commit909b6ded6be68a5740d98b478454fa55ea817ad6
tree9fa48a8c97ae513368ca943dfe3de8a94b84147d
parent3cc6277a3dd4986af6422e41db18ba6efddbd800
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
when adding a single attribute to the function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/TargetInfo.cpp