Commits

Chris Lattner committed 5c5c7829da7
Rework SILGen of address-only let declarations. Previously, we would just drop them into heap boxes like var decls. Now we drop them into stack temporaries like rvalues. No semantic change goes with this. Swift SVN r11939