Skip to content

Commit 501a6d9

Browse files
committed
Fix basic block number in test/IRGen/weak_import_native.swift
rdar://46712197
1 parent b47a7c3 commit 501a6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/weak_import_native.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public func test_not_hoist_weakly_linked4() {
243243
// CHECK:; <label>:[[BB3]]:
244244
// CHECK: [[WEAK_CASE:%.*]] = load i32, i32* @"$s25weak_import_native_helper1EO0A0yA2CmFWC"
245245
// CHECK: [[IS_WEAK:%.*]] = icmp eq i32 [[TAG]], [[WEAK_CASE]]
246-
// CHECK: br label %21
246+
// CHECK: br label %[[BB2]]
247247
//
248248
// CHECK:; <label>:[[BB2]]:
249249
// CHECK: = phi i1 [ false, %[[BB1]] ], [ [[IS_WEAK]], %[[BB3]] ]

0 commit comments

Comments
 (0)