Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/Utilities/EscapeUtils.swift
Erik Eckstein efcd90af7d Swift SIL: rename ownership enums and properties in LoadInst and StoreInst
`ownership` is a bad name in `LoadInst`, because it hides `Value.ownership`.
Therefore rename it to `loadOwnership`.
Do the same for ownership in StoreInst to be consistent.
2023-07-11 22:33:02 +02:00

34 KiB