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.
1 parent ae0c54a commit 4a3340eCopy full SHA for 4a3340e
test/IRGen/raw_layout.swift
@@ -348,7 +348,7 @@ entry(%K: $*Keymaster):
348
return undef : $()
349
}
350
351
-// CHECK: define {{.*}}swiftcc ptr @get_cell_addr(ptr %"Cell<T>", ptr {{.*}} swiftself [[SELF:%.*]])
+// CHECK: define {{.*}}swiftcc ptr @get_cell_addr(ptr %"Cell<T>", ptr {{.*}} swiftself {{.*}} [[SELF:%.*]])
352
// CHECK-NEXT: entry:
353
// CHECK-NEXT: ret ptr [[SELF]]
354
sil @get_cell_addr : $@convention(method) <T> (@in_guaranteed Cell<T>) -> UnsafeMutablePointer<T> {
0 commit comments