Commits

Doug Gregor committed 2d324cac45f
Minor cleanups in the iterative type checker. NFC Only use the existing type checker (via "TC") in the iterative type checker when we're actually making use of its functionality. The intent is to drive this usage down to zero as we port code over to the iterative type checker, so unprincipled uses get in the way. Swift SVN r32573