[TargetLowering] Remove redundant term in two ifs in SimplifySetCC. NFC
authorCraig Topper <craig.topper@intel.com>
Fri, 9 Mar 2018 22:24:12 +0000 (22:24 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 9 Mar 2018 22:24:12 +0000 (22:24 +0000)
commit508a5b24667051872a44251fbb4a941ded6643da
treea2f18b1f2c7de7d2de459a96c8e7a53e64fe3cfc
parentd0f595d77c70eee02ab27142b031bda62adfbba5
[TargetLowering] Remove redundant term in two ifs in SimplifySetCC. NFC

If we get into the right hand side of the OR, we know that isOpaque is true since the left hand size is just a check that it's false.

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