[LoopAccesses] Add missing const to APIs in VectorizationReport
authorAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:44:20 +0000 (03:44 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:44:20 +0000 (03:44 +0000)
commit69c9697fa7da77feec29aef669df5a9fa7f388a4
treee1b6f5ae46f5930abc20ca83c955fefc31c080c4
parent4166c7ff595d087692953993a2f44c52d75c4540
[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@229631 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp