Remove the final bits of Attributes being declared in the Attribute
authorBill Wendling <isanbard@gmail.com>
Wed, 10 Oct 2012 07:36:45 +0000 (07:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 10 Oct 2012 07:36:45 +0000 (07:36 +0000)
commit7d2f2496c1d263eecdc104fd72e847a31d8695b9
tree0856e94cc2c0479da200b426cf81c14abf96e650
parent8a8cf9617cdc735f0425e828bb7a6f401c0cf0f6
Remove the final bits of Attributes being declared in the Attribute
namespace. Use the attribute's enum value instead. No functionality change
intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165610 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/CodeGen/Analysis.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/VMCore/Attributes.cpp