Pass into the AttributeWithIndex::get method an ArrayRef of attribute
authorBill Wendling <isanbard@gmail.com>
Wed, 10 Oct 2012 06:13:42 +0000 (06:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 10 Oct 2012 06:13:42 +0000 (06:13 +0000)
commit11d00420e42ba88c3b48cab997965a7be79315e2
tree355c521bd3bafcb4e69ea7f47f61472782a831dd
parent82d46aec62f127856f4bfeb30f80aa12dd74bae0
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
enums. These are then created via the correct Attributes creation method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165607 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
include/llvm/Function.h
lib/Transforms/Utils/BuildLibCalls.cpp
utils/TableGen/IntrinsicEmitter.cpp