Skip to content

Commit a7e6af2

Browse files
committed
[Test] Removed spurious details from pattern.
1 parent ed193d6 commit a7e6af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/address_lowering.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ bb3:
16141614
}
16151615

16161616
// Test the result being stored into an @out enum.
1617-
// CHECK-LABEL: sil [ossa] @test_checked_cast_br4 : $@convention(method) <Element><T> (@owned TestGeneric<Element>) -> @out Optional<T> {
1617+
// CHECK-LABEL: sil [ossa] @test_checked_cast_br4 : {{.*}} {
16181618
// CHECK: {{bb[0-9]+}}([[OUT_ADDR:%[^,]+]] : $*Optional<T>, [[INSTANCE:%[^,]+]] : @owned $TestGeneric<Element>):
16191619
// CHECK: [[TEMP:%[^,]+]] = alloc_stack $Optional<T>
16201620
// CHECK: [[CAST_DEST_ADDR:%[^,]+]] = init_enum_data_addr [[TEMP]] : $*Optional<T>, #Optional.some!enumelt

0 commit comments

Comments
 (0)