Commits

Doug Gregor committed be953fafc8d
Eliminate simplifyType() call from getFixedTypeRecursive(). This call is unnecessary, because we look through type variables as needed. Improves parse time of the standard library by another 3.5% (debug build). Swift SVN r6892