Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
authorBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 02:18:19 +0000 (02:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 02:18:19 +0000 (02:18 +0000)
commit85238aae1a4b6ac67e16560a9855944191f3db5b
tree314affc8a0c86f7f6db51951c203ea26fa714513
parenta070d2a0355c4993240b5206ebc1d517c151331d
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.

The Attribute::hasAttributes() is kind of meaningless since an Attribute can
have only one attribute. And we would rather people use the 'operator=='
instead of Attribute::hasAttribute().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174026 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp