mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Keep in mind that these are approximations that will not impact correctness since in all cases I ensured that the SIL will be the same after the OwnershipModelEliminator has run. The cases that I was unsure of I commented with SEMANTIC ARC TODO. Once we have the verifier any confusion that may have occurred here will be dealt with. rdar://28685236
3 lines
158 B
Swift
3 lines
158 B
Swift
// RUN: %target-swift-frontend %s -emit-sil -Ounchecked | %target-sil-opt -assume-parsing-unqualified-ownership-sil
|
|
var W = [UInt32](repeating: 0, count: 16)
|