*** empty log message ***

llvm-svn: 25879
This commit is contained in:
Nate Begeman 2006-02-01 19:05:15 +00:00
parent 1558fc64f9
commit 01bd9d9911
1 changed files with 1 additions and 0 deletions

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;