mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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.