[SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use
authorChandler Carruth <chandlerc@gmail.com>
Thu, 18 Dec 2014 05:19:47 +0000 (05:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 18 Dec 2014 05:19:47 +0000 (05:19 +0000)
commit9ac193609f9b72bcff8e88e698dfbd277b6a58bd
tree4ac10ed17e2bc954efb996bc1f574b0370eff75a
parentd15bca6859f7cb9d455ec89809a9b04a7d195c6d
[SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use
a lambda now that we have them.

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