Fix a nasty iterator invalidation problem I introduced yesterday. This
authorChris Lattner <sabre@nondot.org>
Sun, 19 Sep 2004 19:01:06 +0000 (19:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Sep 2004 19:01:06 +0000 (19:01 +0000)
commitfff03c9074ba5ee883b67d422c581f2397779264
treee307ea0ba82722099da5fd3154278795e1e21a0c
parenta744b77e11a375927ffe6b807b99cd91cb55e2ba
Fix a nasty iterator invalidation problem I introduced yesterday.  This
unfortunately is the cause of a bunch of failures from tonight, and the
reason the tester is running so slow :(

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