Add the function attributes from an inline asm call. These don't have declarations...
authorBill Wendling <isanbard@gmail.com>
Wed, 20 Feb 2013 00:04:41 +0000 (00:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 20 Feb 2013 00:04:41 +0000 (00:04 +0000)
commit2bb471f2fa3709f5861f20016ff9d24f0098abe4
treee52ae01ce8432c5c476fd15b462a41deb348dc3a
parentb86f1e5e557f8a00209eef1c6ecb4532b33d7738
Add the function attributes from an inline asm call. These don't have declarations that set the attribute groups, so we must do it on our own.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175577 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/AsmWriter.cpp