File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -O -sil-verify-all -emit-sil %s | %FileCheck %s
2
2
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
3
- // FIXME: <rdar://problem/36587088>
4
- // XFAIL: linux
5
3
6
4
// This is an end-to-end test of the array(contentsOf) -> array(Element) optimization
7
5
@@ -34,7 +32,7 @@ public func testThreeInts(_ a: inout [Int]) {
34
32
35
33
// CHECK-LABEL: sil @{{.*}}testTooManyInts
36
34
// CHECK-NOT: apply
37
- // CHECK: [[F:%[0-9]+]] = function_ref @$SSa6append10contentsOfyqd___t7ElementQyd__Rszs8SequenceRd__lFSi_SaySiGTg5Tf4gn_n
35
+ // CHECK: [[F:%[0-9]+]] = function_ref @$SSa6append10contentsOfyqd___t7ElementQyd__Rszs8SequenceRd__lFSi_SaySiGTg5
38
36
// CHECK-NOT: apply
39
37
// CHECK: apply [[F]]
40
38
// CHECK-NOT: apply
You can’t perform that action at this time.
0 commit comments