Skip to content

Commit b016c90

Browse files
committed
Merge pull request #27 from kaneshin/fix-comment-typo-1
Fix tiny typo
2 parents 1adf677 + f6550f8 commit b016c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/SILPasses/sil_combine.sil

+1-1
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,7 @@ sil @closure_with_in_guaranteed_owened_in_args : $@convention(method) (@in CC2,
28382838
// Test the peephole performing apply{partial_apply(x,y,z)}(a) -> apply(a,x,y,z)
28392839
// We need to check the following:
28402840
// - all arguments of a partial_apply, which are either results of a stack_alloc or consumed indirect arguments
2841-
// should be copied into temporaries. This should happen just before tha partial_apply instruction.
2841+
// should be copied into temporaries. This should happen just before that partial_apply instruction.
28422842
// - The temporaries are allocated at the beginning of the function and deallocated at the end.
28432843
// - Before each apply of the partial_apply, we retain values of any arguments which are of non-address type.
28442844
// This is required because they could be consumed (i.e. relased by the callee).

0 commit comments

Comments
 (0)