[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)
commit3e87634fd835cc809c19c5313c208b8e87bdf8a0
tree79109cf188eb79e6c365a728d67b11516f711438
parent929c38e8ffbb77e82c2c59bb6fc1045a01224766
[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.

llvm-svn: 229896
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp