Commits

Doug Gregor committed b959059fa99
Sink the DynamicSelf -> owning type replacement lower in SIL type mapping. SILGenApply is just one such place where this needs to happen; instead, make it happen when computing the type of a SIL constant, which applies far more generally. Swift SVN r13305