Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute.
authorBill Wendling <isanbard@gmail.com>
Mon, 21 Jan 2013 22:44:49 +0000 (22:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 21 Jan 2013 22:44:49 +0000 (22:44 +0000)
commit3fc4b96b503fa202411317684a2ba02e41e43072
tree232625bd4381c5b6dd7c7bbec178598e7fd131ac
parentc5f1bc88a2eb7ad9ff924ca90cf88494e5f947b9
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute.

This further restricts the use of the Attribute class to the Attribute family of
classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173098 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
lib/IR/Attributes.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp