[SROA] Switch a couple of overly complex iterator accessors to just be
authorChandler Carruth <chandlerc@gmail.com>
Thu, 16 Oct 2014 20:42:08 +0000 (20:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 16 Oct 2014 20:42:08 +0000 (20:42 +0000)
commit57d4cae202f55da2e0f2daa9067976a779361d55
tree7d98641158de5c99f06655539f234b2ec14953aa
parente2de06bef611579fe89b3c04c0e516df311c6e09
[SROA] Switch a couple of overly complex iterator accessors to just be
ArrayRef accessors.

I think this even came up in review that this was over-engineered, and
indeed it was. Time to un-build it.

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