Change worklist driven deletion to be an iterative process.
authorBill Wendling <isanbard@gmail.com>
Thu, 1 Sep 2011 21:28:33 +0000 (21:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 1 Sep 2011 21:28:33 +0000 (21:28 +0000)
commitc8c0fd39931491146efd08d7ac835f2839e41b1e
treebbe3e544348ade8f0d02432d4fd85d89ccfc8640
parent770e16fe17f54ca118c2d0302be387e836d9b101
Change worklist driven deletion to be an iterative process.
Duncan noticed this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138967 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Scalar/SCCP.cpp