Commits

John McCall committed 657c3656833
When opening an existential l-value, emit the l-value readonly if that's how the opaque l-value is used. Previously, we emitted the l-value readwrite, causing spurious writebacks even when just loading the existential. rdar://22676810 Swift SVN r32293