* Nodes now keep track of any global variables in them
authorChris Lattner <sabre@nondot.org>
Thu, 11 Jul 2002 20:32:02 +0000 (20:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Jul 2002 20:32:02 +0000 (20:32 +0000)
commitc314ac49d753df1e658151b929589c8b4109c8b8
tree90931c5f69053b5eb030aedff2d3176945ebfd19
parent1dc15b79979019e7abd6c37122970a328d26f585
* Nodes now keep track of any global variables in them
* Only dead-node-eliminate nodes with no flags
* Don't merge scalars, only merge what they point to.

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