Commits

Chris Lattner committed fbe1d09e771
stop marking "$0" arguments in closures, and generator variables in foreach loops as 'let', silgen isn't ready for it yet. Change silgen's handling of let variables to stop using emitLoweredCopyValue, which is busted for aggregates that contain both trivial and nontrivial types (15669586). Swift SVN r11352