mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Change some CalleeTypeInfo '&' parameters to be 'const &' parameters. NFC.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user