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 12ebe0a + e8fdd2a commit 4bb51a2Copy full SHA for 4bb51a2
test/DebugInfo/inlined-generics-basic.swift
@@ -75,9 +75,9 @@ public class C<R> {
75
g((r, s))
76
// Note to maintainers: the relative order of the constant dbg.values here
77
// seem to flip back and forth.
78
- // IR: dbg.value(metadata i64 0, metadata ![[GI_U:[0-9]+]]
79
- // IR: dbg.value(metadata i64 0, metadata ![[GI_T:[0-9]+]]
80
- // IR: call {{.*}}3use{{.*}}(i64 0)
+ // IR: dbg.value(metadata i{{.*}} 0, metadata ![[GI_U:[0-9]+]]
+ // IR: dbg.value(metadata i{{.*}} 0, metadata ![[GI_T:[0-9]+]]
+ // IR: call {{.*}}3use{{.*}}(i{{.*}} 0)
81
#sourceLocation(file: "f.swift", line: 5)
82
g(Int(0))
83
// IR: dbg.value(metadata i1 false, metadata ![[GB_U:[0-9]+]]
0 commit comments