]> granicus.if.org Git - clang/commit
Add irgen support for the noinline attribute.
authorAnders Carlsson <andersca@mac.com>
Thu, 19 Feb 2009 19:22:11 +0000 (19:22 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 19 Feb 2009 19:22:11 +0000 (19:22 +0000)
commit81ebbde0fb30a40df0f5e913d8a1f71c383d271a
tree9c426c357db09e256e8ee32c2a03fcaf4cca65ee
parent5bab788d40026ad6e932a3cd9b86bc13f8a27661
Add irgen support for the noinline attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/attr-noinline.c [new file with mode: 0644]