mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix issues with the AddressLowering pass
Override the current SILModuleConvention of the SILModule when we perform the address lowering.
This commit is contained in:
@@ -1300,6 +1300,7 @@ class ApplyInst : public ApplyInstBase<ApplyInst, SILInstruction> {
|
||||
static ApplyInst *create(SILDebugLocation DebugLoc, SILValue Callee,
|
||||
SubstitutionList Substitutions,
|
||||
ArrayRef<SILValue> Args, bool isNonThrowing,
|
||||
Optional<SILModuleConventions> ModuleConventions,
|
||||
SILFunction &F,
|
||||
SILOpenedArchetypesState &OpenedArchetypes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user