Add users of a MERGE_VALUE node to the worklist to process again when the node is...
authorPete Cooper <peter_cooper@apple.com>
Wed, 20 Jun 2012 19:35:43 +0000 (19:35 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 20 Jun 2012 19:35:43 +0000 (19:35 +0000)
commit3affd9e8f366f241adbbc57ef53489ff2052db4f
tree4d659a6bd6ace3e84f5138bb59b33b70b2b64c0c
parent7824152557cfe3a366963f504b2b956f853ebc3a
Add users of a MERGE_VALUE node to the worklist to process again when the node is removed.  Sorry, no test case.  Foudn it by inspection of the code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp