Remove redundant code.
authorBill Wendling <isanbard@gmail.com>
Wed, 30 Jan 2013 21:22:59 +0000 (21:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 30 Jan 2013 21:22:59 +0000 (21:22 +0000)
commit383da6ba555a3c2be360d9bdc75a74f315f2354e
tree3b19569a43c3abb77ad270b7e6e654b3ee5bda4e
parent9a6dd0226194c46b839e10ee2f48730ea963eb22
Remove redundant code.

It was creating a new AttrBuilder when we could just fill in the AttrBuilder
we're building.

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