Commits

Chris Lattner committed 71af72a0ca0
Change a few more kinds of arguments to be 'var' arguments instead of 'let' arguments. Until we have @inout methods on structs, we can't mark anything that can be address-exposed. This temporarily regresses a few testcases, but they will come back later. Swift SVN r11359