Skip to content

Commit ae974b0

Browse files
committed
Fix the test case
1 parent e09abf1 commit ae974b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/simplify_cfg.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2862,7 +2862,7 @@ bb6(%44 : $Builtin.Int8):
28622862

28632863
// CHECK-LABEL: jump_thread_retain_release
28642864
// CHECK: cond_br
2865-
// CHECK: cond_br %3, bb4, bb3
2865+
// CHECK: cond_br %3, bb3, bb4
28662866

28672867
// CHECK: bb3:
28682868
// CHECK: strong_retain %1 : $foo

0 commit comments

Comments
 (0)