[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)
commitd02452015c7a19264abfb27405cf248254b58d12
tree2fac5a19fd5ebac9c5237076b0452ae78c251672
parenta632fb9e8624b233590650a7dbcbc7f0e6ac33f7
[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.

llvm-svn: 247521
llvm/lib/Transforms/IPO/FunctionAttrs.cpp