Commits

Chris Lattner committed acefe4ff89c
remove a special case for SelfApplyExpr that isn't needed anymore. With that change, all calls to adjustSelfTypeForMember are in the argument list of coerceObjectArgumentToType. Instead of doing this, just call adjustSelfTypeForMember from coerceObjectArgumentToType instead. Swift SVN r13023