[PM] Pull the two helpers for this pass into static functions. There are
authorChandler Carruth <chandlerc@gmail.com>
Sat, 24 Jan 2015 10:39:24 +0000 (10:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 24 Jan 2015 10:39:24 +0000 (10:39 +0000)
commitd491dadacd51e425e1fc41a908a86a91722a53fc
tree1c87a15b30c13756ef61809efd9e5f5fc6e74227
parent0a9ef5f8c2c6806711c56a9cba806aeac21283e7
[PM] Pull the two helpers for this pass into static functions. There are
no members for them to use.

Also, make them accept references as there is no possibility of a null
pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226994 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp