[LAA] Remove unused pointer partition argument from addRuntimeCheck, NFC
authorAdam Nemet <anemet@apple.com>
Tue, 4 Aug 2015 05:16:20 +0000 (05:16 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 4 Aug 2015 05:16:20 +0000 (05:16 +0000)
commit9a9814fc151b671b1e99e4e2f50f46aa96253300
treecbb8c8c39d67c68b281b58140ebbed6e9d9562ea
parent7b3ed76a639627f66349cc128bc0505524f0f377
[LAA] Remove unused pointer partition argument from addRuntimeCheck, NFC

This variant of addRuntimeCheck is only used now from the LoopVectorizer
which does not use this parameter.

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