Skip to content

Commit 5264360

Browse files
author
Ikko Ashimine
authored
Fix typo in partial_specialization.sil (swiftlang#36017)
peformed -> performed
1 parent 0605879 commit 5264360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/partial_specialization.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bb0(%0 : $*U):
124124
return %7 : $()
125125
} // end sil function 'simple_generic_caller3'
126126

127-
// Check that partial specialization is not peformed for generic type parameters where
127+
// Check that partial specialization is not performed for generic type parameters where
128128
// the substitution contains an open existential.
129129
// CHECK-LABEL: sil @simple_generic_caller4 : $@convention(thin) (@in P, Builtin.Int1) -> ()
130130
// CHECK: function_ref @$s21simple_generic_calleexBi1_Bi1_Rs_r0_lIetiy_Tp5 : $@convention(thin) <τ_0_0, τ_0_1 where τ_0_1 == Builtin.Int1> (@in τ_0_0, Builtin.Int1) -> ()

0 commit comments

Comments
 (0)