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 8f390ea commit 8963b32Copy full SHA for 8963b32
test/SILOptimizer/definite_init_nsmanagedvalue.swift
@@ -30,6 +30,5 @@ extension Person {
30
31
// Verify that the DI instructions share the scope of the adjacent instructions.
32
// CHECK: sil {{.*}}$s28definite_init_nsmanagedvalue6PersonCyACSiKcfc
33
-// CHECK: bb{{.*}}(%{{.*}} : $NSManagedObject):
34
-// CHECK-NEXT: integer_literal $Builtin.Int2, {{.*}}, scope [[SCOPE:[0-9]+]]
+// CHECK: integer_literal $Builtin.Int2, {{.*}}, scope [[SCOPE:[0-9]+]]
35
// CHECK-NEXT: store {{.*}}, scope [[SCOPE]]
0 commit comments