Skip to content

Commit f6b8bc2

Browse files
[gardening] we’d → we'd
1 parent a2928fc commit f6b8bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/MandatoryInlining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ runOnFunctionRecursively(SILFunction *F, FullApplySite AI,
432432
// We want to add the fix up *just before* where the current apply is!
433433
// Unfortunately, we *can't* add the fix up code here:
434434
// Inlining might fail for any reason -
435-
// If that occurred wed need to undo our fix up code.
435+
// If that occurred we'd need to undo our fix up code.
436436
// Instead, we split the current basic block -
437437
// Making sure we have a basic block that starts with our apply.
438438
SILBuilderWithScope B(I);

0 commit comments

Comments
 (0)