Fix a node mapping problem that was causing the pool allocator to locally allocate
authorChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2004 05:34:31 +0000 (05:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Mar 2004 05:34:31 +0000 (05:34 +0000)
commitb1aaeee48a34a3b6fbffcdc25b29c9781214f3ff
tree3bc07ecc1b2021697b59c9e0d4e525f336b14431
parentb06f103d0c0ebda7a978b31074173e5c28a8ed84
Fix a node mapping problem that was causing the pool allocator to locally allocate
nodes that were globally live, thus breaking programs.

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