Commits

Joe Groff committed 925626b61f1
Cache the result of TypeBase::isDependentType. SIL type lowering of interface types is going to lean heavily on this, so it's worth stealing a couple bits to cache it instead of recursively recomputing it. Swift SVN r11825