Remove the AttrBuilder version of the Attribute::get function.
authorBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 00:53:21 +0000 (00:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 31 Jan 2013 00:53:21 +0000 (00:53 +0000)
commitc6077eff8b9963b59de21e5d1dfae7a6ea75da36
treea28343f6fccddf1386e47dc365a0a18f1c90cbce
parente187e259963466cc106b8a23c0d5b4d44fdd15a6
Remove the AttrBuilder version of the Attribute::get function.

The AttrBuilder is there to build up multiple attributes. The Attribute class
represents only one attribute at a time. So remove this unnecessary builder
creator method.

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