Commits

Chris Lattner committed 542d7dd63e0
Fix a problem when loading an address-only rvalue element from an address-only rvalue container. Previously we destroyed just the accessed element, not the entire container. Thanks to Joe for the consult on the best (and simpler!) way to fix this. Swift SVN r11615