Use the predicate methods off of AttributeSet instead of Attribute.
authorBill Wendling <isanbard@gmail.com>
Sun, 30 Dec 2012 13:50:49 +0000 (13:50 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 30 Dec 2012 13:50:49 +0000 (13:50 +0000)
commit94e94b350652d3a71993bbc7d44afbe3b304605e
tree609b531981802fca42e99c872a3191b1219634c8
parent8b62abdd7b9c8fc5d78dad86093f4afdfeba949d
Use the predicate methods off of AttributeSet instead of Attribute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171257 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
include/llvm/Function.h
lib/AsmParser/LLParser.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Core.cpp
lib/VMCore/Instructions.cpp