Delete an unused function.
authorDan Gohman <gohman@apple.com>
Tue, 3 Aug 2010 20:20:56 +0000 (20:20 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 3 Aug 2010 20:20:56 +0000 (20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110134 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicAliasAnalysis.cpp

index 229e9e509bc1570dad1ebd2a3c4a59d5265b0f34..158e3234d676696edac4e62d1635ed2f87a84970 100644 (file)
@@ -152,11 +152,6 @@ namespace {
       return MayAlias;
     }
 
-    virtual void getArgumentAccesses(Function *F, CallSite CS,
-                                     std::vector<PointerAccessInfo> &Info) {
-      llvm_unreachable("This method may not be called on this function!");
-    }
-
     virtual bool pointsToConstantMemory(const Value *P) { return false; }
     virtual ModRefResult getModRefInfo(CallSite CS, Value *P, unsigned Size) {
       return ModRef;