[LAA] Remove unused pointer partition argument from getNumberOfChecks, NFC
authorAdam Nemet <anemet@apple.com>
Fri, 7 Aug 2015 22:44:21 +0000 (22:44 +0000)
committerAdam Nemet <anemet@apple.com>
Fri, 7 Aug 2015 22:44:21 +0000 (22:44 +0000)
commit0346fc9343c7ca24e7c5acc522007155850516f5
tree14e83b601266fe710567e731a8341bd3cf0adf68
parent32dd24633dbb1c9b807fe06f194799ebd7c1407b
[LAA] Remove unused pointer partition argument from getNumberOfChecks, NFC

This is unused after filtering checks was moved to the clients.

As a result, we can just return the number of the checks in the
precomputed set.

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