Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
authorDan Gohman <gohman@apple.com>
Thu, 22 Sep 2011 23:01:29 +0000 (23:01 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 22 Sep 2011 23:01:29 +0000 (23:01 +0000)
commit7b316c93273b2156f173fb2877c5e482f13f6778
treef0c08b436218fc11b4a1fb5f714d75ec18bd4037
parent4bd89873be74d7463676fde09ba6ea97a5b9d555
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
worklist, as it may be possible to perform further optimization on them.

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