Commits

Roman Levenstein committed dcd30553601
[load-store-opts] Avoid re-loading values of "let"-variables 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