Skip to content

Commit 6918a15

Browse files
author
David Kreitzer
committed
Test commit. Fixed a typo in a comment.
1 parent 9db0037 commit 6918a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ bool AArch64TTIImpl::isWideningInstruction(Type *DstTy, unsigned Opcode,
12751275
ArrayRef<const Value *> Args) {
12761276

12771277
// A helper that returns a vector type from the given type. The number of
1278-
// elements in type Ty determine the vector width.
1278+
// elements in type Ty determines the vector width.
12791279
auto toVectorTy = [&](Type *ArgTy) {
12801280
return VectorType::get(ArgTy->getScalarType(),
12811281
cast<VectorType>(DstTy)->getElementCount());

0 commit comments

Comments
 (0)