Move the Attributes::Builder outside of the Attributes class and into its own class...
authorBill Wendling <isanbard@gmail.com>
Mon, 15 Oct 2012 20:35:56 +0000 (20:35 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 15 Oct 2012 20:35:56 +0000 (20:35 +0000)
commit50d27849f6e2e1f5a19364b9efbc39ef743d8040
tree0a526850436e052c1bed5c9184b0fba8436a7265
parent6e5f49d7b7cc08b2dd8c0d81f6d1da77198fae89
Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change.

llvm-svn: 165960
20 files changed:
llvm/include/llvm-c/Core.h
llvm/include/llvm/Attributes.h
llvm/include/llvm/Function.h
llvm/include/llvm/Instructions.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/AsmParser/LLParser.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/CodeGen/Analysis.cpp
llvm/lib/Target/CppBackend/CPPBackend.cpp
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/lib/Transforms/IPO/FunctionAttrs.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/IPO/PruneEH.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
llvm/lib/Transforms/Scalar/ObjCARC.cpp
llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp
llvm/lib/VMCore/Attributes.cpp
llvm/lib/VMCore/Core.cpp
llvm/lib/VMCore/Verifier.cpp