File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ public func fooLazy() {
33
33
// CHECK: load i8*, i8** @OBJC_SELECTOR_REFERENCES_
34
34
// CHECK: ret
35
35
36
- // CHECK-LABEL: define internal i8* @giveMeAMetaclass ()
36
+ // CHECK-LABEL: define internal {{.*}}* @giveMeANumber ()
37
37
// CHECK: [[CLASS:%.*]] = load %struct._class_t*, %struct._class_t**
38
- // CHECK: [[SELECTOR:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_
38
+ // CHECK: [[SELECTOR:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_.{{.*}}
39
39
// CHECK: bitcast %struct._class_t* [[CLASS]] to i8*
40
40
// CHECK: call {{.*}} @objc_msgSend
41
41
// CHECK: ret
42
42
43
- // CHECK-LABEL: define internal {{.*}}* @giveMeANumber ()
43
+ // CHECK-LABEL: define internal i8* @giveMeAMetaclass ()
44
44
// CHECK: [[CLASS:%.*]] = load %struct._class_t*, %struct._class_t**
45
- // CHECK: [[SELECTOR:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_.{{.*}}
45
+ // CHECK: [[SELECTOR:%.*]] = load i8*, i8** @OBJC_SELECTOR_REFERENCES_
46
46
// CHECK: bitcast %struct._class_t* [[CLASS]] to i8*
47
47
// CHECK: call {{.*}} @objc_msgSend
48
48
// CHECK: ret
You can’t perform that action at this time.
0 commit comments