Actually overload the virtual method. This fixes
authorChris Lattner <sabre@nondot.org>
Fri, 17 Dec 2004 17:12:24 +0000 (17:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Dec 2004 17:12:24 +0000 (17:12 +0000)
commit41925f87d3e7fc9eb2b583267b99012dcb2774a0
treea059364d7e6fdbe2d1acb20ee660dd0ff3891ff4
parentdbd4f1000e6abe73dec4e26b24f19bcc7fb78494
Actually overload the virtual method.  This fixes
Regression/Analysis/GlobalsModRef/purecse.ll.  Isn't this what the
-Woverload-whatever flag would warn about :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19018 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/GlobalsModRef.cpp