OSDN Git Service

Make sure that the node returned by SimplifySetCC is added to the worklist
authorChris Lattner <sabre@nondot.org>
Sat, 14 Oct 2006 03:52:46 +0000 (03:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Oct 2006 03:52:46 +0000 (03:52 +0000)
commit30f73e78bd92f9815647ef8e3d29dd355f29432c
tree80da05f45635325ea76b66e267dd5b95b46f7111
parent4c1984d9e81b685ab494f181cd85bc1063c91f32
Make sure that the node returned by SimplifySetCC is added to the worklist
so that it can be deleted if unused.

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