Skip to content

Commit f823b24

Browse files
committed
[sil-combine] Enable test that already passes.
1 parent a3f1728 commit f823b24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/SILOptimizer/sil_combine_ossa.sil

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4182,8 +4182,9 @@ bb0:
41824182
}
41834183

41844184
// CHECK-LABEL: sil [ossa] @conversion_to_and_from_bridge_object
4185-
// XHECK: bb0(%0 : $Builtin.Int64):
4186-
// XHECK-NEXT: return %0
4185+
// CHECK: bb0(%0 : $Builtin.Int64):
4186+
// CHECK-NEXT: return %0
4187+
// CHECK: } // end sil function 'conversion_to_and_from_bridge_object'
41874188
sil [ossa] @conversion_to_and_from_bridge_object : $@convention(thin) (Builtin.Int64) -> (Builtin.Int64) {
41884189
bb0(%0 : $Builtin.Int64):
41894190
%1 = struct $UInt64 (%0 : $Builtin.Int64)

0 commit comments

Comments
 (0)