Commits

Erik Eckstein committed 9dfd349faf4
Add a new Thunk-flag in SILFunction which specifies that a function is a thunk. This will have an effect on inlining into thunks. Currently this flag is set for witness thunks and thunks from function signature optimization. No change in code generation, yet. Swift SVN r24998