1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

*** empty log message ***

llvm-svn: 25879
This commit is contained in:
Nate Begeman 2006-02-01 19:05:15 +00:00
parent 9665c2d76f
commit e74a2db0f0

View File

@ -2679,6 +2679,7 @@ void SelectionDAGLegalize::LegalizeSetCCOperands(SDOperand &LHS,
Result = LegalizeOp(DAG.getNode(ISD::SELECT, Tmp1.getValueType(),
Result, Tmp1, Tmp2));
Tmp1 = Result;
Tmp2 = SDOperand();
}
}
LHS = Tmp1;