mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Teach LoadStoreOpts to handle "let" variables properly. Such variables should be loaded only once and their loaded values can be reused. This is safe, because once assigned these variables cannot change their value. Swift SVN r27915