Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
authorBill Wendling <isanbard@gmail.com>
Mon, 31 Dec 2012 00:49:59 +0000 (00:49 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 31 Dec 2012 00:49:59 +0000 (00:49 +0000)
commit9d30e7208e6b2bc3fa48305e3ae371188f643425
treeae1e458e31434ea097a6c2cdc12e04fc63e00f8f
parentd60b8ac64fa161646d50c49d6171cb49e6a2c7ee
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttrSomewhere predicate. This prevents the uses of 'Attribute' as a collection of attributes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171271 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
include/llvm/Instructions.h
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/VMCore/Attributes.cpp