[PM/AA] Remove two no-op overridden functions that just delegated to the
[oota-llvm.git] / include / llvm / Analysis / GlobalsModRef.h
index abd6309a7c3d4756ab0dbd7d2074ae08f2da1c66..c081cc357bc0d5620e64a796e7344f1be33f8e00 100644 (file)
@@ -98,10 +98,6 @@ public:
                     const MemoryLocation &LocB) override;
   ModRefInfo getModRefInfo(ImmutableCallSite CS,
                            const MemoryLocation &Loc) override;
-  ModRefInfo getModRefInfo(ImmutableCallSite CS1,
-                           ImmutableCallSite CS2) override {
-    return AliasAnalysis::getModRefInfo(CS1, CS2);
-  }
 
   /// getModRefBehavior - Return the behavior of the specified function if
   /// called from the specified call site.  The call site may be null in which