Commits

Joe Groff committed d5ef2bc8446
Use SILConstantInfo::ContextGenericParams to push context params through local contexts. We were using SILFunctionType::getGenericParams to apply the outer generic parameters to the SILConstant for an inner context, which is on life support. This is the correct way to get that info going forward. Swift SVN r13742