mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 19:15:30 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d831181f89
commit
551aa99796
@ -2026,8 +2026,6 @@ void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS,
|
||||
GetExpandedInteger(NewLHS, LHSLo, LHSHi);
|
||||
GetExpandedInteger(NewRHS, RHSLo, RHSHi);
|
||||
|
||||
EVT VT = NewLHS.getValueType();
|
||||
|
||||
if (CCCode == ISD::SETEQ || CCCode == ISD::SETNE) {
|
||||
if (RHSLo == RHSHi) {
|
||||
if (ConstantSDNode *RHSCST = dyn_cast<ConstantSDNode>(RHSLo)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user