Remove this code as it is currently completely broken and unmaintained.
authorChris Lattner <sabre@nondot.org>
Fri, 28 Jan 2005 06:12:46 +0000 (06:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 Jan 2005 06:12:46 +0000 (06:12 +0000)
commit9cb992ab72671b1c793dfa3d9d57b7ae913008bb
tree3bd118b77ff207eea7443ac83706bbde63d9be6c
parentd19d89a04ca746056e8258543ba580cbde3f31be
Remove this code as it is currently completely broken and unmaintained.
If needed, this can be resurrected from CVS.

Note that several of the interfaces (e.g. the IPModRef ones) are supersumed
by generic AliasAnalysis interfaces that have been written since this code
was developed (and they are not DSA specific).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/DependenceGraph.cpp [deleted file]
lib/Analysis/DataStructure/DependenceGraph.h [deleted file]
lib/Analysis/DataStructure/IPModRef.cpp [deleted file]
lib/Analysis/DataStructure/IPModRef.h [deleted file]
lib/Analysis/DataStructure/MemoryDepAnalysis.cpp [deleted file]
lib/Analysis/DataStructure/MemoryDepAnalysis.h [deleted file]
lib/Analysis/DataStructure/Parallelize.cpp [deleted file]
lib/Analysis/DataStructure/PgmDependenceGraph.cpp [deleted file]
lib/Analysis/DataStructure/PgmDependenceGraph.h [deleted file]