Skip to content

Commit cfcc272

Browse files
Addressing reviewers
1 parent 623e9be commit cfcc272

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
@@ -2974,7 +2974,7 @@ InstructionCost AArch64TTIImpl::getArithmeticInstrCost(
29742974
Op2Info);
29752975
case ISD::FREM:
29762976
// Pass nullptr as fmod/fmodf calls are emitted by the backend even when
2977-
// those functions are not delcared in the module.
2977+
// those functions are not declared in the module.
29782978
if (!Ty->isVectorTy())
29792979
return getCallInstrCost(/*Function*/ nullptr, Ty, {Ty, Ty}, CostKind);
29802980
return BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, Op1Info,

0 commit comments

Comments
 (0)