[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)
commit68ea415d04e36d24a95448e3943c2b9cc086b8b6
tree777ba6344717541f9488009b5ccf4f34cbde5409
parent7d727b5f11ba3e6e68f4782c360d0afdee496cf7
[SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use
a lambda now that we have them.

llvm-svn: 224500
llvm/lib/Transforms/Scalar/SROA.cpp