*** empty log message ***

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2006-02-01 19:05:15 +00:00
parent 4e4b576e2e
commit da06e9e665

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;