Commits

John McCall committed 3d5d8fdc032
Resilience expansion is really an aspect of a SILDeclRef. We should also remove it from IRGen's Explosion API; IRGen should always use maximal explosion, and SILGen will tell us whether or not we need to put that in memory somewhere. But that can be a later commit. Swift SVN r14242