mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
Fix typo.
llvm-svn: 48295
This commit is contained in:
parent
87de65fc29
commit
c54fe97f08
@ -83,7 +83,7 @@ void DAGTypeLegalizer::ScalarizeResult(SDNode *N, unsigned ResNo) {
|
||||
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)
|
||||
SetScalarizedOp(SDOperand(N, ResNo), R);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user