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