Skip to content

Commit 9548725

Browse files
committed
test case typo.
1 parent 4256112 commit 9548725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/address_lowering.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bb0(%0 : $T):
4747
// CHECK: dealloc_stack %[[IN]] : $*Builtin.Int64
4848
// CHECK: %[[R:.*]] = tuple (%[[R1]] : $Builtin.Int64, %[[R2]] : $Builtin.Int64, %[[R3]] : $Builtin.Int64)
4949
// CHECK: return %[[R]] : $(Builtin.Int64, Builtin.Int64, Builtin.Int64)
50-
// CHECK-LABEL: } // end sil function 'f30_callMultiResult'
50+
// CHECK-LABEL: } // end sil function 'f030_callMultiResult'
5151
sil @f030_callMultiResult : $@convention(thin) (Builtin.Int64) -> (Builtin.Int64, Builtin.Int64, Builtin.Int64) {
5252
bb0(%0 : $Builtin.Int64):
5353
%1 = function_ref @f020_multiResult : $@convention(thin) <τ_0_0> (@in τ_0_0) -> (@out τ_0_0, @out τ_0_0, @out τ_0_0)

0 commit comments

Comments
 (0)