Fix an iterator invalidation problem which was causing some nodes to not be
authorChris Lattner <sabre@nondot.org>
Sat, 21 Feb 2004 22:28:26 +0000 (22:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Feb 2004 22:28:26 +0000 (22:28 +0000)
commitd85645f526df19696664398c1d36ae12f6e0da71
treed95d4313e534a6256f2654dfcf8952ae501a7e92
parent5171115cf3b03e05cf2ffd905800f9275c846787
Fix an iterator invalidation problem which was causing some nodes to not be
correctly merged over!

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