Remove the Function::getRetAttributes method in favor of using the AttributeSet acces...
authorBill Wendling <isanbard@gmail.com>
Sun, 30 Dec 2012 13:01:51 +0000 (13:01 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 30 Dec 2012 13:01:51 +0000 (13:01 +0000)
commit8b62abdd7b9c8fc5d78dad86093f4afdfeba949d
tree1e31cb7d94432b4c39477daa52c4248cb1891f93
parent39cd0c8e477255a7296b2bd1dc67193f8d38c003
Remove the Function::getRetAttributes method in favor of using the AttributeSet accessor method.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171256 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/X86/X86FastISel.cpp