[LoopAccesses] Add missing const to APIs in VectorizationReport
authorAdam Nemet <anemet@apple.com>
Thu, 19 Feb 2015 19:15:13 +0000 (19:15 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 19 Feb 2015 19:15:13 +0000 (19:15 +0000)
commit7d39ae845d28ce36087b5b431e0f27960d2b8d19
tree51838dbf6f5e1e034ea30e3fc484664adeadcaa2
parent5c4c262b3c97bfa740d30122aa8d68be4a244d36
[LoopAccesses] Add missing const to APIs in VectorizationReport

When I split out LoopAccessReport from this, I need to create some temps
so constness becomes necessary.

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@229896 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp