1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Another typo

llvm-svn: 25440
This commit is contained in:
Evan Cheng 2006-01-19 04:54:52 +00:00
parent 60bc56e930
commit 3f6b496700

View File

@ -2082,7 +2082,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
Tmp2 = LegalizeOp(Tmp.getValue(i));
AddLegalizedOperand(SDOperand(Node, i), Tmp2);
if (i == Op.ResNo)
RetVal = Tmp;
RetVal = Tmp2;
}
assert(RetVal.Val && "Illegal result number");
return RetVal;