Fix major problem with PHI node traversal: rechecking PHIs should go into
authorChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 03:35:10 +0000 (03:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Apr 2003 03:35:10 +0000 (03:35 +0000)
commitbceb2b0061d9556b58ffb97824d1998027cf6ef5
tree21a260343fd1792af83ab5749851a3bdc97b6712
parent0c139987750f04736d4fa5d328803cb36a975cbd
Fix major problem with PHI node traversal: rechecking PHIs should go into
the visit function.  The worklist is for when their lattice value changes.

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