mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Get rid of unused variable.
llvm-svn: 60015
This commit is contained in:
parent
f6dd065808
commit
aa0e224ee4
@ -4183,7 +4183,6 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
|
||||
SDValue RHS = LegalizeOp(Node->getOperand(1));
|
||||
|
||||
SDValue Sum = DAG.getNode(ISD::ADD, LHS.getValueType(), LHS, RHS);
|
||||
MVT SType = Node->getValueType(0);
|
||||
MVT OType = Node->getValueType(1);
|
||||
|
||||
SDValue Zero = DAG.getConstant(0, OType);
|
||||
|
Loading…
Reference in New Issue
Block a user