[SROA] Start more deeply moving SROA to use ranges rather than just
authorChandler Carruth <chandlerc@gmail.com>
Thu, 16 Oct 2014 20:24:07 +0000 (20:24 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 16 Oct 2014 20:24:07 +0000 (20:24 +0000)
commitc2320545bcd05dd6c5600c55ec40347e05108bd4
treea4f98bd151f2c16a980aeb34267246f9fb46763e
parent0134a9bed3f148b90b8433737cc07946ae6b26b9
[SROA] Start more deeply moving SROA to use ranges rather than just
iterators.

There are a ton of places where it essentially wants ranges
rather than just iterators. This is just the first step that adds the
core slice range typedefs and uses them in a couple of places. I still
have to explicitly construct them because they've not been punched
throughout the entire set of code. More range-based cleanups incoming.

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