Rename IVUse to IVUsersOfOneStride, use a struct instead of a pair to
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 22:21:05 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 22:21:05 +0000 (22:21 +0000)
commitec3fb63af27b6a20f4a9ee58bb63baad5640ea9c
tree05e125d35ac7b0f4ed25e57d30ead784280c0f02
parent52d83e66ee881f85d8a2ccac0183766a6386bfc9
Rename IVUse to IVUsersOfOneStride, use a struct instead of a pair to
unify some parallel vectors and get field names more descriptive than
"first" and "second".  This isn't lisp afterall :)

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