diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp index 6610693dd78..ae3a09fb0c6 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesScalarize.cpp @@ -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); } |

