@@ -61,7 +61,7 @@ var value: Bool { false }
61
61
// Struct Tests //
62
62
//////////////////
63
63
64
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits24testIntPairWithoutDeinityyF"()
64
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits24testIntPairWithoutDeinityyF"()
65
65
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
66
66
//
67
67
// IR: [[BB1]]:
@@ -81,7 +81,7 @@ public func testIntPairWithoutDeinit() {
81
81
}
82
82
}
83
83
84
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits21testIntPairWithDeinityyF"()
84
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits21testIntPairWithDeinityyF"()
85
85
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
86
86
//
87
87
// IR: [[BB1]]:
@@ -102,7 +102,7 @@ public func testIntPairWithDeinit() {
102
102
}
103
103
}
104
104
105
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits26testKlassPairWithoutDeinityyF"()
105
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits26testKlassPairWithoutDeinityyF"()
106
106
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
107
107
//
108
108
// IR: [[BB1]]:
@@ -124,7 +124,7 @@ public func testKlassPairWithoutDeinit() {
124
124
}
125
125
}
126
126
127
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits23testKlassPairWithDeinityyF"()
127
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits23testKlassPairWithDeinityyF"()
128
128
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
129
129
//
130
130
// IR: [[BB1]]:
@@ -190,7 +190,7 @@ func consumeKlassEnumPairWithDeinit(_ x: __owned KlassEnumPairWithDeinit) { }
190
190
// Enum Tests //
191
191
////////////////
192
192
193
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits28testIntEnumPairWithoutDeinityyF"()
193
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits28testIntEnumPairWithoutDeinityyF"()
194
194
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
195
195
//
196
196
// IR: [[BB1]]:
@@ -210,7 +210,7 @@ public func testIntEnumPairWithoutDeinit() {
210
210
}
211
211
}
212
212
213
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits25testIntEnumPairWithDeinityyF"()
213
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits25testIntEnumPairWithDeinityyF"()
214
214
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
215
215
//
216
216
// IR: [[BB1]]:
@@ -231,7 +231,7 @@ public func testIntEnumPairWithDeinit() {
231
231
}
232
232
}
233
233
234
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits30testKlassEnumPairWithoutDeinityyF"()
234
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits30testKlassEnumPairWithoutDeinityyF"()
235
235
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
236
236
//
237
237
// IR: [[BB1]]:
@@ -290,7 +290,7 @@ public func testKlassEnumPairWithoutDeinit() {
290
290
// SIL-NOT: release_value
291
291
// SIL: } // end sil function '$s16moveonly_deinits27testKlassEnumPairWithDeinityyF'
292
292
293
- // IR-LABEL: define swiftcc void @"$s16moveonly_deinits27testKlassEnumPairWithDeinityyF"()
293
+ // IR-LABEL: define {{.*}} swiftcc void @"$s16moveonly_deinits27testKlassEnumPairWithDeinityyF"()
294
294
// IR: br i1 {{%.*}}, label %[[BB1:[0-9]+]], label %[[BB2:[0-9]+]]
295
295
//
296
296
// IR: [[BB1]]:
0 commit comments