@@ -528,11 +528,12 @@ bb0(%0 : @owned $HeapBufferStorage<T_0_0, T_0_1>):
528
528
return %3 : $HeapBufferStorage<T_0_0, T_0_1>
529
529
}
530
530
531
- // CHECK-LABEL: sil [ossa] @cond_fail_applied_to_zero_removal
532
- // XHECK: bb0
533
- // XHECK-NEXT: cond_fail
534
- // XHECK-NEXT: tuple ()
535
- // XHECK-NEXT: return
531
+ // CHECK-LABEL: sil [ossa] @cond_fail_applied_to_zero_removal :
532
+ // CHECK: bb0
533
+ // CHECK-NEXT: cond_fail
534
+ // CHECK-NEXT: tuple ()
535
+ // CHECK-NEXT: return
536
+ // CHECK: } // end sil function 'cond_fail_applied_to_zero_removal'
536
537
sil [ossa] @cond_fail_applied_to_zero_removal : $@convention(thin) (Builtin.Int1) -> () {
537
538
bb0(%0 : $Builtin.Int1):
538
539
cond_fail %0 : $Builtin.Int1
@@ -2051,10 +2052,11 @@ bb0(%0 : $Int):
2051
2052
return %8 : $()
2052
2053
}
2053
2054
2054
- // CHECK-LABEL: @remove_pointer_compare_to_zero_NE
2055
- // XHECK-NOT: apply
2056
- // XHECK: cond_fail
2057
- // XHECK: unreachable
2055
+ // CHECK-LABEL: @remove_pointer_compare_to_zero_NE :
2056
+ // CHECK-NOT: apply
2057
+ // CHECK: cond_fail
2058
+ // CHECK: unreachable
2059
+ // CHECK: } // end sil function 'remove_pointer_compare_to_zero_NE'
2058
2060
sil [ossa] @remove_pointer_compare_to_zero_NE : $@convention(thin) (Int) -> () {
2059
2061
bb0(%0 : $Int):
2060
2062
%1 = string_literal utf8 "ss"
@@ -2701,11 +2703,11 @@ bb0(%0 : $Builtin.RawPointer, %1 : $*Builtin.UnsafeValueBuffer, %2 : $*GenContai
2701
2703
}
2702
2704
2703
2705
2704
- // CHECK-LABEL: sil [ossa] @remove_dead_code_after_cond_fail
2705
- // XHECK : [[Ref:%.*]] = integer_literal $Builtin.Int1, -1
2706
- // XHECK -NEXT: cond_fail [[Ref]]
2707
- // XHECK -NEXT: unreachable
2708
-
2706
+ // CHECK-LABEL: sil [ossa] @remove_dead_code_after_cond_fail :
2707
+ // CHECK : [[Ref:%.*]] = integer_literal $Builtin.Int1, -1
2708
+ // CHECK -NEXT: cond_fail [[Ref]]
2709
+ // CHECK -NEXT: unreachable
2710
+ // CHECK: } // end sil function 'remove_dead_code_after_cond_fail'
2709
2711
sil [ossa] @remove_dead_code_after_cond_fail : $@convention(thin) () -> (Int32) {
2710
2712
bb0:
2711
2713
%0 = integer_literal $Builtin.Int32, -2
@@ -2717,12 +2719,12 @@ bb0:
2717
2719
2718
2720
2719
2721
// CHECK-LABEL: sil [ossa] @dont_remove_code_after_cond_fail
2720
- // XHECK : bb0([[Cond:%.*]] : $Builtin.Int1):
2721
- // XHECK -NEXT: [[Ref:%.*]] = integer_literal $Builtin.Int32, -2
2722
- // XHECK -NEXT: cond_fail [[Cond]]
2723
- // XHECK -NEXT: [[Ret:%.*]] = struct $Int32 ([[Ref]] : $Builtin.Int32)
2724
- // XHECK -NEXT: return [[Ret]]
2725
-
2722
+ // CHECK : bb0([[Cond:%.*]] : $Builtin.Int1):
2723
+ // CHECK -NEXT: [[Ref:%.*]] = integer_literal $Builtin.Int32, -2
2724
+ // CHECK -NEXT: cond_fail [[Cond]]
2725
+ // CHECK -NEXT: [[Ret:%.*]] = struct $Int32 ([[Ref]] : $Builtin.Int32)
2726
+ // CHECK -NEXT: return [[Ret]]
2727
+ // CHECK: } // end sil function 'dont_remove_code_after_cond_fail'
2726
2728
sil [ossa] @dont_remove_code_after_cond_fail : $@convention(thin) (Builtin.Int1) -> (Int32) {
2727
2729
bb0(%0 : $Builtin.Int1):
2728
2730
%1 = integer_literal $Builtin.Int32, -2
0 commit comments