Skip to content

Commit 9ecdf09

Browse files
committed
Second attempt to fix IRGen/objc_object_getClass.swift
There can be a `noundef` parameter attribute on object_getClass' declaration. rdar://98722116
1 parent f5787c9 commit 9ecdf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/objc_object_getClass.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ func test(_ o: ObjCSubclass) {
1818
o.field = 10
1919
}
2020

21-
// CHECK-DAG: declare i8* @object_getClass(i8*)
21+
// CHECK-DAG: declare i8* @object_getClass(i8*{{.*}})
2222
// CHECK-DAG: call %objc_class* bitcast (i8* (i8*)* @object_getClass to %objc_class* (%objc_object*)*)(%objc_object* %{{.*}})

0 commit comments

Comments
 (0)