[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
authorAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:42:35 +0000 (03:42 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:42:35 +0000 (03:42 +0000)
commit38a9ebb065801cd4fca4da2e3ca972392af3cb8b
treee86eb56b3eeadcbff5ce3004783556d922c8a10a
parentd7aa78535c4cfe140e288ef8b656388877a347a3
[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo

LoopAccessAnalysis will be used as the name of the pass.

This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229621 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp