GetLinearExpression is only called when TD is non-null, pass as
authorChris Lattner <sabre@nondot.org>
Wed, 18 Aug 2010 22:52:09 +0000 (22:52 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Aug 2010 22:52:09 +0000 (22:52 +0000)
commitff2efb9f9caf6669beb587aa4d65f24d3a026090
tree9d8b88f0d6077ced18fe3b4b365e28ff900d96d3
parent8807e9fbdf81221b277506064c46829732f019cf
GetLinearExpression is only called when TD is non-null, pass as
a reference instead of pointer.

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