New implementation of data structure analysis. Only local analysis has been
authorChris Lattner <sabre@nondot.org>
Wed, 10 Jul 2002 22:38:08 +0000 (22:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Jul 2002 22:38:08 +0000 (22:38 +0000)
commitc68c31b2d3623f01bfcd1405ec005536d0815970
tree66273844623a573132a299237a273ba5a69b09e4
parent43199a036d5c191fc8c9ab4ba5a641ffeb3154d2
New implementation of data structure analysis.  Only local analysis has been
implemented so far.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/DataStructure.cpp
lib/Analysis/DataStructure/Local.cpp [new file with mode: 0644]
lib/Analysis/DataStructure/Printer.cpp [new file with mode: 0644]