Test commit. Fixed a typo in a comment.

This commit is contained in:
David Kreitzer 2022-04-29 12:26:13 -07:00
parent 9db0037bf1
commit 6918a15f43
1 changed files with 1 additions and 1 deletions

View File

@ -1275,7 +1275,7 @@ bool AArch64TTIImpl::isWideningInstruction(Type *DstTy, unsigned Opcode,
ArrayRef<const Value *> Args) {
// A helper that returns a vector type from the given type. The number of
// elements in type Ty determine the vector width.
// elements in type Ty determines the vector width.
auto toVectorTy = [&](Type *ArgTy) {
return VectorType::get(ArgTy->getScalarType(),
cast<VectorType>(DstTy)->getElementCount());