We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f8fea8 + 1988581 commit adf8ba3Copy full SHA for adf8ba3
test/DebugInfo/prologue.swift
@@ -7,7 +7,7 @@ func markUsed<T>(_ t: T) {}
7
// CHECK: .file [[F:[0-9]+]] "{{.*}}prologue.swift"
8
func bar<T, U>(_ x: T, y: U) { markUsed("bar") }
9
// CHECK: $s8prologue3bar_1yyx_q_tr0_lF:
10
-// CHECK: .loc [[F]] 0 0 prologue_end
+// CHECK: .loc [[F]] 0 0 is_stmt 0
11
// Make sure there is no allocation happening between the end of
12
// prologue and the beginning of the function body.
13
// CHECK-NOT: callq *
0 commit comments