Make this more efficient by only making one virtual method call.
authorChris Lattner <sabre@nondot.org>
Wed, 23 Mar 2005 23:26:58 +0000 (23:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Mar 2005 23:26:58 +0000 (23:26 +0000)
commit8cfd24df54025fcc56ce3707f1223958b9204813
treec379f07f9e2b7e4a5133072cca32bbea67539177
parentd433bde071c6056295db73944df348b843c1989c
Make this more efficient by only making one virtual method call.

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