aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-08 16:11:19 +0000
committerDan Gohman <gohman@apple.com>2010-11-08 16:11:19 +0000
commitc80cbf25402e4095fafbb15a2ab1b81cf6feda77 (patch)
tree3a78e45a0937d860e1f35356d9b0e3fbf934e02c /include/llvm
parent3c97f7af9e75507f12a3977bced6b91c7e2ffb2a (diff)
downloadexternal_llvm-c80cbf25402e4095fafbb15a2ab1b81cf6feda77.zip
external_llvm-c80cbf25402e4095fafbb15a2ab1b81cf6feda77.tar.gz
external_llvm-c80cbf25402e4095fafbb15a2ab1b81cf6feda77.tar.bz2
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
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Analysis/AliasAnalysis.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h
index 1469b48..6a22ad3 100644
--- a/include/llvm/Analysis/AliasAnalysis.h
+++ b/include/llvm/Analysis/AliasAnalysis.h
@@ -213,11 +213,6 @@ public:
/// For use when the call site is not known.
virtual ModRefBehavior getModRefBehavior(const Function *F);
- /// getIntrinsicModRefBehavior - Return the modref behavior of the intrinsic
- /// with the given id. Most clients won't need this, because the regular
- /// getModRefBehavior incorporates this information.
- static ModRefBehavior getIntrinsicModRefBehavior(unsigned iid);
-
/// doesNotAccessMemory - If the specified call is known to never read or
/// write memory, return true. If the call only reads from known-constant
/// memory, it is also legal to return true. Calls that unwind the stack