Commits

Chris Lattner committed 7d7599e044e
improve our computation of 'let'ness of self decls to know that 'self' on a value type should be immutable when it isn't lowered to an lvalue. Right now, it is always lowered to an lvalue, so NFC. Swift SVN r11287