Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/Analysis/AliasAnalysis.swift
Erik Eckstein 8464b97771 AliasAnalysis: workaround a bug in the move-only checker
This is a workaround for a bug in the move-only checker: rdar://151841926.
The move-only checker sometimes inserts destroy_addr within read-only static access scopes.
Therefore don't consider static access scopes as immutable scopes.
2025-05-23 18:53:57 +02:00

37 KiB