Commits

Joe Groff committed 27f49cd19d9
Runtime: Optional-like enums with single-refcounted payloads can share the refcounted value witnesses. swift_retain and objc_retain both handle nil already, so we can bypass the generic Optional value witnesses when instantiating Optional on a class type, which happens kind of a lot. Swift SVN r23613