Commits

Chris Lattner committed 5b394f67f3e
sink SILDeclRef's down into emitGetAccessor/emitSetAccessor, which are the things that apparently care about it. The LValue/RValue machinery is happy to pass around the VarDecl/SubscriptDecl for the entity being referenced, and this simplifies things. Swift SVN r11857