mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Global let-variables are immutable, except in functions which initialize them. This brings back handling of global let-variables in alias analysis, which was removed in the previous commit.