Commits

Erik Eckstein committed 792b7b5f1b4
Don't mandatory-inline into thunks. This means that even transparent functions are not inlined into thunks. Part of rdar://problem/19701613. This reduces the size of protocol witnesses in the dylib by 24% resulting in a total code size reduction of 5% (in the dylib). There are no significant changes in the benchmarks. Swift SVN r25037