From 7a63c3b3899fd33b51c2d32f08cad34b5ee5a46f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 15 Jul 2014 00:53:38 +0000 Subject: Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303. llvm-svn: 213024 --- llvm/include/llvm/Analysis/AliasAnalysis.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'llvm/include') 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); -- cgit v1.2.3