Skip to content

Commit b88ee7a

Browse files
authored
Merge pull request swiftlang#27336 from gottesmm/pr-3ae2f6959ec99ff084d237c5dc4b55a830c8ddde
[polymorphic-builtins] Fix test for rebranch/master-next.
2 parents be87bd1 + 77159c8 commit b88ee7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/IRGen/polymorphic_builtins.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ public func _isConcrete<T>(type: T.Type) -> Bool {
2727
// CHECK-LABEL: define{{( dllexport)?}}{{( protected)?}} swiftcc void @"$s20polymorphic_builtins41calleeAddVectorsGenericTransparentGuardedyxx_xtlF"(
2828
// CHECK: br i1 false, label %[[CONCRETE_LABEL:[0-9][0-9]*]], label %[[NON_CONCRETE_LABEL:[0-9][0-9]*]]
2929
//
30-
// CHECK: <label>:[[CONCRETE_LABEL]]:
30+
// CHECK: [[CONCRETE_LABEL]]:
3131
// CHECK: call void @llvm.trap()
3232
// CHECK: br label %[[EPILOGUE_BLOCK:[0-9][0-9]*]]
3333
//
34-
// CHECK: <label>:[[NON_CONCRETE_LABEL]]
34+
// CHECK: [[NON_CONCRETE_LABEL]]
3535
// CHECK: br label %[[EPILOGUE_BLOCK]]
3636
///
37-
// CHECK: <label>:[[EPILOGUE_BLOCK]]:
37+
// CHECK: [[EPILOGUE_BLOCK]]:
3838
// CHECK: ret void
3939
// CHECK-NEXT: }
4040
@_transparent

0 commit comments

Comments
 (0)