Commits

Chris Lattner committed 1788421e5dd
Change SILGen to lower and bind non-address-only 'let' variables as values, without a box at all. This generalizes some of the previous hacks I had for silgen'ing 'self' as a value instead of a box, and capturing them with CaptureKind::Constant. Swift SVN r11360