* Changes to make NodeType be private to DSNode.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Jun 2003 21:15:11 +0000 (21:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Jun 2003 21:15:11 +0000 (21:15 +0000)
commitbd92b73be7cc90a3671310a44c1195e7a7087820
tree2d0b0ddd2ca2ca2f2d201df584c69d85ece2b39e
parent160cf4867183ed780aa94d8875b0ec115d468809
* Changes to make NodeType be private to DSNode.
* Add new MultiObject flag to DSNode which keeps track of whether or not
  multiple objects have been merged into the node, allowing must-alias info
  to be tracked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6794 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/BottomUpClosure.cpp
lib/Analysis/DataStructure/DataStructure.cpp
lib/Analysis/DataStructure/DataStructureAA.cpp
lib/Analysis/DataStructure/Local.cpp
lib/Analysis/DataStructure/Printer.cpp