Skip to content

Commit 9a4dff2

Browse files
committed
test: adjust test for future changes
This adjusts the test for the future keyword attribute `returned` which would match ret. This is checking for the explicit `ret` instruction.
1 parent 2a86010 commit 9a4dff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/inlinedAt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public func f(_ i : Int) -> Int { // 301
3131
// CHECK-SIL-SAME: perf_inlined_at line:203:10
3232
// CHECK-SIL-SAME: perf_inlined_at line:302:10
3333

34-
// CHECK: define {{.*}}@_TF9inlinedAt1fFSiSi
34+
// CHECK: define {{.*}}@_TF9inlinedAt1fFSiSi({{.*}})
3535
// CHECK-NOT: ret
3636
// CHECK: @llvm.dbg.value
3737
// CHECK: @llvm.dbg.value

0 commit comments

Comments
 (0)