Delete getIntrinsicModRefBehavior. Clients can just use the normal
authorDan Gohman <gohman@apple.com>
Mon, 8 Nov 2010 16:11:19 +0000 (16:11 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 8 Nov 2010 16:11:19 +0000 (16:11 +0000)
commitc80cbf25402e4095fafbb15a2ab1b81cf6feda77
tree3a78e45a0937d860e1f35356d9b0e3fbf934e02c
parent3c97f7af9e75507f12a3977bced6b91c7e2ffb2a
Delete getIntrinsicModRefBehavior. Clients can just use the normal
getModRefBehavior now, since it now understands intrinsics as well
as normal functions.

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