Add new getModRefInfo API to determine whether an Instruction and a call modify the...
authorDaniel Berlin <dberlin@dberlin.org>
Mon, 13 Apr 2015 23:25:41 +0000 (23:25 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Mon, 13 Apr 2015 23:25:41 +0000 (23:25 +0000)
commit1f13e20f7d4d773395dd24f897130b1e49c6a3bc
tree07abe351504c0f5f708e3133fe4e8636e7abbc8b
parente7122e58a1ce2459c97f07ba499a451d315c8cd5
Add new getModRefInfo API to determine whether an Instruction and a call modify the same memory

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