Skip to content

Commit 0a6c87c

Browse files
committed
Remove unneeded SILPrinter's output from test
1 parent efa1b13 commit 0a6c87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/Cxx/class/closure-thunk.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public func testClosureToFuncPtr() {
2222

2323
// CHECK: sil private [thunk] [ossa] @$s4main36testClosureToFuncPtrReturnNonTrivialyyFSo0hI0VycfU_To : $@convention(c) () -> @out NonTrivial {
2424
// CHECK: bb0(%[[V0:.*]] : $*NonTrivial):
25-
// CHECK: %[[V1:.*]] = function_ref @$s4main36testClosureToFuncPtrReturnNonTrivialyyFSo0hI0VycfU_ : $@convention(thin) () -> @out NonTrivial // user: %[[V2]]
26-
// CHECK: %[[V2:.*]] = apply %[[V1]](%[[V0]]) : $@convention(thin) () -> @out NonTrivial // user: %[[V3]]
25+
// CHECK: %[[V1:.*]] = function_ref @$s4main36testClosureToFuncPtrReturnNonTrivialyyFSo0hI0VycfU_ : $@convention(thin) () -> @out NonTrivial
26+
// CHECK: %[[V2:.*]] = apply %[[V1]](%[[V0]]) : $@convention(thin) () -> @out NonTrivial
2727
// CHECK: return %[[V2]] : $()
2828

2929
public func testClosureToFuncPtrReturnNonTrivial() {

0 commit comments

Comments
 (0)