Have 'addFnAttr' take the attribute enum value. Then have it build the attribute...
authorBill Wendling <isanbard@gmail.com>
Wed, 10 Oct 2012 03:12:49 +0000 (03:12 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 10 Oct 2012 03:12:49 +0000 (03:12 +0000)
commitf319e9905fbddc2cf83a9c82734f4591a6ba8d89
tree63fd8d10af8d7d3aeebb909aff5b513211de47ec
parent38b25bab29a4c9e1be56d7e233d82b36e7a89fae
Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change.

llvm-svn: 165595
llvm/include/llvm/Function.h
llvm/lib/Transforms/IPO/Inliner.cpp
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
llvm/lib/Transforms/Utils/CodeExtractor.cpp