[TargetLowering] Remove redundant if condition in SimplifySetcc. NFC
authorCraig Topper <craig.topper@intel.com>
Thu, 8 Mar 2018 21:53:36 +0000 (21:53 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 8 Mar 2018 21:53:36 +0000 (21:53 +0000)
commit3d2af5038abf4bdae6e7b6a49aa8568cf1af83d2
treed283421a102d87c071f47eb229379331255e9db3
parent0faaa99e4dcbbc991a474379c768c716d2cc2dd0
[TargetLowering] Remove redundant if condition in SimplifySetcc. NFC

We were checking the condition code a second time when we were already in a block with this same condition code check.

llvm-svn: 327069
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp