Skip to content

Commit adf8ba3

Browse files
authored
Merge pull request #39660 from etcwilde/ewilde/fix-swift-prologue
Fix DebugInfo/prologue.swift for
2 parents 3f8fea8 + 1988581 commit adf8ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/prologue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ func markUsed<T>(_ t: T) {}
77
// CHECK: .file [[F:[0-9]+]] "{{.*}}prologue.swift"
88
func bar<T, U>(_ x: T, y: U) { markUsed("bar") }
99
// CHECK: $s8prologue3bar_1yyx_q_tr0_lF:
10-
// CHECK: .loc [[F]] 0 0 prologue_end
10+
// CHECK: .loc [[F]] 0 0 is_stmt 0
1111
// Make sure there is no allocation happening between the end of
1212
// prologue and the beginning of the function body.
1313
// CHECK-NOT: callq *

0 commit comments

Comments
 (0)