[LoopVectorize] Fix rebase glitch in r227751
authorAdam Nemet <anemet@apple.com>
Tue, 3 Feb 2015 17:59:53 +0000 (17:59 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 3 Feb 2015 17:59:53 +0000 (17:59 +0000)
commit3fe93fe70a4c4c8c4fec28830340308a7828c442
tree3b02983dfb8e548a01c77a77818f49ac0db9e056
parentef46291cb39a72b400a35a61f1ea40d272c0a745
[LoopVectorize] Fix rebase glitch in r227751

LoopVectorizationLegality::{getNumLoads,getNumStores} should forward to
LoopAccessAnalysis now.

Thanks to Takumi for noticing this!

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