Commits

Chris Lattner committed 7059871abfb
Convert some 'var' bindings to 'let' when they are not mutated, some var/let bindings to _ when they are never used, and use some values that are only written. This is a testsuite cleanup, NFC. More to come. Swift SVN r28406