[FunctionAttrs] Collect utility functions as static helpers rather than
authorChandler Carruth <chandlerc@gmail.com>
Sun, 13 Sep 2015 07:50:43 +0000 (07:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 13 Sep 2015 07:50:43 +0000 (07:50 +0000)
commit821e7c773781472bd1fa3fa34a4e8ff477f90548
treedecc07e851ad4a87821d208ae79928f499aa416c
parent69bfddd191c5148fa371e4075cd19cc30423122b
[FunctionAttrs] Collect utility functions as static helpers rather than
methods. They don't need anything from the class anyways.

Also, collect the declarations into the private section of the pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp