switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
authorChris Lattner <sabre@nondot.org>
Mon, 28 May 2012 01:47:44 +0000 (01:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 May 2012 01:47:44 +0000 (01:47 +0000)
commitd509d0b532ec2358b3f341d4a4cd1411cb8b5db2
treeccb049af92ff02e28b5416be519b91d2881e436a
parent2a9d3b79db1f192dba43b8b16755a7822b05f798
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157556 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/VMCore/Attributes.cpp
utils/TableGen/IntrinsicEmitter.cpp