Commits
John McCall committed f35a181a68d
Cache the most general possible abstraction pattern the SILModule. This is useful when coercion to the most general abstraction is necessary (for example, to establish consistency in dynamic casts). Often there's an unbounded archetype at hand, but not always. Swift SVN r19042