Add functions to enable adding a single attribute to a function and
authorEric Christopher <echristo@apple.com>
Fri, 16 May 2008 20:39:43 +0000 (20:39 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 16 May 2008 20:39:43 +0000 (20:39 +0000)
commit0bf7b414ae0bb6699cadc3a210d18cfec44e9354
treee971e77f496a9001380a6cf15a17f52af1b923e0
parentea7dd407149332e5ab1ffc42c8344ecd1751008f
Add functions to enable adding a single attribute to a function and
its associated call site.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51204 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Instructions.h
lib/VMCore/Function.cpp
lib/VMCore/Instructions.cpp