File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -O -sil-verify-all -emit-sil -Xllvm '-sil-inline-never-functions=$sSa6appendyy' -Xllvm -sil-inline-never-function='$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSi_SaySiGTg5 ' %s | %FileCheck %s
1
+ // RUN: %target-swift-frontend -O -sil-verify-all -emit-sil -Xllvm '-sil-inline-never-functions=$sSa6appendyy' -Xllvm -sil-inline-never-function='$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSlRd__lFSi_SaySiGTg5 ' %s | %FileCheck %s
2
2
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
3
3
4
4
// This is an end-to-end test of the Array.append(contentsOf:) ->
@@ -63,7 +63,7 @@ public func dontPropagateContiguousArray(_ a: inout ContiguousArray<UInt8>) {
63
63
64
64
// Check if the specialized Array.append<A>(contentsOf:) is reasonably optimized for Array<Int>.
65
65
66
- // CHECK-LABEL: sil shared {{.*}}@$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSi_SaySiGTg5
66
+ // CHECK-LABEL: sil shared {{.*}}@$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSlRd__lFSi_SaySiGTg5
67
67
68
68
// There should only be a single call to _createNewBuffer or reserveCapacityForAppend/reserveCapacityImpl.
69
69
@@ -72,5 +72,5 @@ public func dontPropagateContiguousArray(_ a: inout ContiguousArray<UInt8>) {
72
72
// CHECK: apply [[F]]
73
73
// CHECK-NOT: apply
74
74
75
- // CHECK-LABEL: } // end sil function '$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lFSi_SaySiGTg5
75
+ // CHECK-LABEL: } // end sil function '$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSlRd__lFSi_SaySiGTg5
76
76
You can’t perform that action at this time.
0 commit comments