X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
authorManman Ren <mren@apple.com>
Fri, 28 Sep 2012 18:53:24 +0000 (18:53 +0000)
committerManman Ren <mren@apple.com>
Fri, 28 Sep 2012 18:53:24 +0000 (18:53 +0000)
commitbc96bcdaf9bd4d61cae955cf7b54c108947208cd
tree2c12cc1865ebeba0969de58c85796533145e768e
parent770b97b995aace9177a80510b7fd3cdab21dde0e
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
second output of SUB with first output of TEST.

PR13966

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164835 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp