Commits

Doug Gregor committed a3e3ad52884
Simplify AST when referencing a member of an existential. Previously, we would load/erase/materialize an existential with multiple protocol bounds to convert it to the type of the protocol that owns the method. Which is insane, because existential references can operate on protocol compositions already. Fixes <rdar://problem/14167332>. Swift SVN r5664