Commits
Doug Gregor committed cdf160ecbd9
Introduce and optimize for uniquely-referenced opaque values. If an OpaqueValueExpr is only used in one place, mark it as such. SIL generation will then elide the retain/release pair associated with each reference to the opaque value, instead consuming the value at the point of use. Swift SVN r8072