Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
authorChris Lattner <sabre@nondot.org>
Wed, 6 Nov 2002 19:59:33 +0000 (19:59 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Nov 2002 19:59:33 +0000 (19:59 +0000)
commit4476ceb414afc6aebdcd1e055478175d95b62cb9
tree6b7eba1e2dbf4a6ce1eda0755fa195a705651015
parent268748a0d8a86463a0d222d5e2c0de0bc55ee2b8
Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,
implement the mod/ref bit masking

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