Complete rewrite of this pass to be faster, use less memory, be easier to
authorChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 06:40:37 +0000 (06:40 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Jul 2004 06:40:37 +0000 (06:40 +0000)
commitfe98f27e807b478d85240240cb19b6673aaaafb8
tree736bfab29d0f941e4558eae6ae33aa6faf4070d2
parenta9db34f13ce0674488a3470ceb4a2760b3f3b030
Complete rewrite of this pass to be faster, use less memory, be easier to
understand, and more accurate to boot!  This implements
GlobalModRef/purecse.ll over the previous impl.

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