Skip to content

Commit 6d47061

Browse files
authored
[AutoDiff] NFC: fix typo. (#33361)
1 parent 9ce3459 commit 6d47061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Differentiation/PullbackCloner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ void PullbackCloner::Implementation::accumulateIndirect(SILValue resultAddress,
26572657
CanMetatypeType::get(adjointASTTy, MetatypeRepresentation::Thick);
26582658
auto metatypeSILType = SILType::getPrimitiveObjectType(metatypeType);
26592659
auto metatype = builder.createMetatype(loc, metatypeSILType);
2660-
// %2 = apply $0(%result, %new, %old, %1)
2660+
// %2 = apply %0(%result, %new, %old, %1)
26612661
builder.createApply(loc, witnessMethod, subMap,
26622662
{resultAddress, rhsAddress, lhsAddress, metatype},
26632663
/*isNonThrowing*/ false);

0 commit comments

Comments
 (0)