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)
commitc90d9f89b7d85c6b4ae3692a78046e1496c8537e
tree4698bab5e4e80201bd516e46994bc43390d780d6
parent60ccb9b2a926329de3d49716704c51cf7958b437
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute.

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

llvm-svn: 173098
llvm/include/llvm/IR/Attributes.h
llvm/lib/IR/Attributes.cpp
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp