[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)
commit651a5a2401ac76e53dbcc0cdb0a0e74f2352a783
tree62defd63e80ba4b2f41ae9921add5cec836376cd
parent385308877ce9c77137b51db5648ef08309dfce37
[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.

llvm-svn: 244421
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp