forked from OSchip/llvm-project
parent
87de65fc29
commit
c54fe97f08
|
@ -83,7 +83,7 @@ void DAGTypeLegalizer::ScalarizeResult(SDNode *N, unsigned ResNo) {
|
||||||
case ISD::SELECT: R = ScalarizeRes_SELECT(N); break;
|
case ISD::SELECT: R = ScalarizeRes_SELECT(N); break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If R is null, the sub-method took care of registering the resul.
|
// If R is null, the sub-method took care of registering the result.
|
||||||
if (R.Val)
|
if (R.Val)
|
||||||
SetScalarizedOp(SDOperand(N, ResNo), R);
|
SetScalarizedOp(SDOperand(N, ResNo), R);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue