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 b51e9df commit 0b1dce7Copy full SHA for 0b1dce7
test/IRGen/objc_object_getClass.swift
@@ -18,5 +18,5 @@ func test(_ o: ObjCSubclass) {
18
o.field = 10
19
}
20
21
-// CHECK: declare i8* @object_getClass(i8*)
22
-// CHECK: call %objc_class* bitcast (i8* (i8*)* @object_getClass to %objc_class* (%objc_object*)*)(%objc_object* %{{.*}})
+// CHECK-DAG: declare i8* @object_getClass(i8*)
+// CHECK-DAG: call %objc_class* bitcast (i8* (i8*)* @object_getClass to %objc_class* (%objc_object*)*)(%objc_object* %{{.*}})
0 commit comments