Commits

Joe Groff committed 30a3a9a0a01
SILGen: Hand down context generic params for reabstraction thunks independent from their type. Pass the context generic params for a reabstraction thunk down to getOrCreateReabstractionThunk from the enclosing function, where it can either use them to define a new thunk or ignore them if it has an equivalent thunk already. Tweak the mangling of reabstraction thunks to use the generic signature with decontextualized "from" and "to" types instead of the generic param list. Swift SVN r13763