[LAA] Remove unused pointer partition argument from needsChecking(), NFC
authorAdam Nemet <anemet@apple.com>
Sun, 9 Aug 2015 20:06:08 +0000 (20:06 +0000)
committerAdam Nemet <anemet@apple.com>
Sun, 9 Aug 2015 20:06:08 +0000 (20:06 +0000)
commit15a7a337427ce36e5b46367fd450b0f7cd682e1b
tree9f2c1a3158012ea53ec4211064c4fc9cf88269f8
parent85fb628f1f00276e5cc752213729b16e1f708ab7
[LAA] Remove unused pointer partition argument from needsChecking(), NFC

This is no longer used in any of the callers.  Also remove the logic of
handling this argument.

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