[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)
commit5269b24da16f5991d5069e53e53b5b6ebb1ab38f
tree08a58a562313d927ec1e04579b18fb0b5e1e5e89
parentd31096383384094e6162803bb98408a3be444f7b
[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.

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