Use the attribute enums to query if a function has an attribute.
authorBill Wendling <isanbard@gmail.com>
Tue, 9 Oct 2012 21:49:51 +0000 (21:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 9 Oct 2012 21:49:51 +0000 (21:49 +0000)
commit2fa8af224ea026f9432e833fd6f42a216423a010
treeaa3b613bc1dae40772ada954b482dc88c3f5067b
parent3e2d76c946ba753c2b11af192a52e25b6f9b46ff
Use the attribute enums to query if a function has an attribute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165551 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Analysis/MemoryBuiltins.cpp
lib/VMCore/Instructions.cpp