[gardening] Change some CalleeTypeInfo '&' parameters to be 'const &' parameters. NFC.

This commit is contained in:
Michael Gottesman
2017-03-18 14:40:09 -07:00
parent 519320a764
commit f4f41337e3
4 changed files with 6 additions and 6 deletions

View File

@@ -1741,7 +1741,7 @@ static bool hasUnownedInnerPointerResult(CanSILFunctionType fnType) {
RValue SILGenFunction::emitApply(ResultPlanPtr &&resultPlan, SILLocation loc,
ManagedValue fn, SubstitutionList subs,
ArrayRef<ManagedValue> args,
CalleeTypeInfo &calleeTypeInfo,
const CalleeTypeInfo &calleeTypeInfo,
ApplyOptions options, SGFContext evalContext) {
auto substFnType = calleeTypeInfo.substFnType;
auto substResultType = calleeTypeInfo.substResultType;