[LAA] Fix misleading use of word 'consecutive'
authorAdam Nemet <anemet@apple.com>
Thu, 9 Jul 2015 00:03:22 +0000 (00:03 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 9 Jul 2015 00:03:22 +0000 (00:03 +0000)
commitf7f4697e3c7c11b0d4c619ae9ff9e2b045962cac
treee7fb0a8e0f26f0579d3bcb8a9b02e2b283c5bc45
parent5faf25b798a5e37ce5311aa4bc583f9da6eefb71
[LAA] Fix misleading use of word 'consecutive'

Fix some places where the word consecutive is used but the code really
means constant-stride (i.e. not just unit stride).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopAccessAnalysis.cpp