summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-07-15 00:53:38 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-07-15 00:53:38 +0000
commit7a63c3b3899fd33b51c2d32f08cad34b5ee5a46f (patch)
treeae0abe81bed655b9ef7480ea16e4b301b2727995 /llvm/include
parent45a44f3c4da7969ee8534ad16ea841ff301f6b1c (diff)
downloadbcm5719-llvm-7a63c3b3899fd33b51c2d32f08cad34b5ee5a46f.tar.gz
bcm5719-llvm-7a63c3b3899fd33b51c2d32f08cad34b5ee5a46f.zip
Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.
llvm-svn: 213024
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/AliasAnalysis.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/include/llvm/Analysis/AliasAnalysis.h b/llvm/include/llvm/Analysis/AliasAnalysis.h
index 79d52fc1538..885286604cc 100644
--- a/llvm/include/llvm/Analysis/AliasAnalysis.h
+++ b/llvm/include/llvm/Analysis/AliasAnalysis.h
@@ -274,14 +274,6 @@ public:
UnknownModRefBehavior = Anywhere | ModRef
};
- /// Get the location associated with a pointer argument of a callsite.
- /// The mask bits are set to indicate the allowed aliasing ModRef kinds.
- /// Note that these mask bits do not necessarily account for the overall
- /// behavior of the function, but rather only provide additional
- /// per-argument information.
- virtual Location getArgLocation(ImmutableCallSite CS, unsigned ArgIdx,
- ModRefResult &Mask);
-
/// getModRefBehavior - Return the behavior when calling the given call site.
virtual ModRefBehavior getModRefBehavior(ImmutableCallSite CS);
OpenPOWER on IntegriCloud