Convert the LLVM parser over to using the new Attributes::Builder to build its
authorBill Wendling <isanbard@gmail.com>
Mon, 8 Oct 2012 22:20:14 +0000 (22:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 8 Oct 2012 22:20:14 +0000 (22:20 +0000)
commit0327244ec62f8bfbc5911b3df7253fe6aa9a51cf
tree838feea06fb2384d32c456e0c6008c257ec0395f
parentc92b8aa79f4a2cd16f7b674189e425c2c367e886
Convert the LLVM parser over to using the new Attributes::Builder to build its
attributes objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165436 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/AsmParser/LLParser.cpp
lib/VMCore/Attributes.cpp