Skip to content

Commit b0a5cdb

Browse files
Fix typo Promte->Promote.
1 parent b7cfa4a commit b0a5cdb

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
@@ -4251,7 +4251,7 @@ InstructionCost AArch64TTIImpl::getCmpSelInstrCost(
42514251
VectorType::get(Type::getFloatTy(ValTy->getContext()), ValVTy);
42524252

42534253
InstructionCost Cost = 0;
4254-
// Promte operands to float vectors.
4254+
// Promote operands to float vectors.
42554255
Cost += 2 * getCastInstrCost(Instruction::FPExt, PromotedTy, ValTy,
42564256
TTI::CastContextHint::None, CostKind);
42574257
// Compare float vectors.

0 commit comments

Comments
 (0)