OSDN Git Service

bitcasts of pointers are always pointers.
authorChris Lattner <sabre@nondot.org>
Mon, 18 Feb 2008 02:11:28 +0000 (02:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Feb 2008 02:11:28 +0000 (02:11 +0000)
commit0ab5a4ae552765069baf4a45fcc26dba817020f9
tree86d87d9a8ed4d197273055e895fc1232c40ea984
parent823391ae6efffa3ec317c58f8f98ddd1075f12b5
bitcasts of pointers are always pointers.
If we see a memcpy of a pointer, make sure to check later
uses of the pointer as well.

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