Fix a wrong comment in LoopVectorize.
authorHao Liu <Hao.Liu@arm.com>
Wed, 14 Jan 2015 03:02:16 +0000 (03:02 +0000)
committerHao Liu <Hao.Liu@arm.com>
Wed, 14 Jan 2015 03:02:16 +0000 (03:02 +0000)
commite928b4046a9250e6637341a05a0cc0955c310b20
tree2f09a076286ac0834151e5a34f56805e4dbd7e75
parent69f00b7277138e708bd32cb40afb6aa81cb2b98a
Fix a wrong comment in LoopVectorize.
  I.E. more than two -> exactly two
Fix a typo function name in LoopVectorize.
  I.E. collectStrideAcccess() -> collectStrideAccess()

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