Commits

Erik Eckstein committed 10133eb6d76
Fix wrong effects attribute for Dictionary.init() This bug caused a crash in the Dictionary benchmark when compiled with -Ounchecked. The problem was the CSE moved the Dictionary.init() over a store to the argument's array buffer. Swift SVN r22464