Commits

Dmitri Gribenko committed 45ab914bb15
runtime: make SwiftValue use the Hashable conformance, if available If a value error wrapped in a SwiftValue box conforms to Hashable, the box now uses the Swift's conformance to Hashable. Part of rdar://problem/27574348.