add "getLocation" method to AliasAnalysis for getting the source and
authorChris Lattner <sabre@nondot.org>
Sun, 21 Nov 2010 07:51:27 +0000 (07:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Nov 2010 07:51:27 +0000 (07:51 +0000)
commite90c5cb747631b315350e7ee7424048c7778bdf9
treea7b226291ad299d1853a60b01b15e993f7710cfe
parentf6f1f062cc8029aa75ca7d0e99fbc1e0b453d07e
add "getLocation" method to AliasAnalysis for getting the source and
destination location of a memcpy/memmove.  I'm not clear about whether
TBAA works on these, so I'm leaving it out for now.  Dan, please revisit
this when convenient.

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