Fix the conditions under which SCCP should examine insertvalue
authorDan Gohman <gohman@apple.com>
Fri, 20 Jun 2008 16:39:44 +0000 (16:39 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Jun 2008 16:39:44 +0000 (16:39 +0000)
commitdfaceb49fca5ea37ded300dfe0867aa4b891f98b
treef8cbb5161418278c3402ea753128d9e6ea178134
parentbe20a88f534325f736830c94fc084c55b4aefdfd
Fix the conditions under which SCCP should examine insertvalue
instructions. Thanks to Matthijs Kooijman for pointing this out!

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