File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1134,7 +1134,7 @@ void LoadableStorageAllocation::convertIndirectFunctionArgs() {
1134
1134
}
1135
1135
1136
1136
void LoadableStorageAllocation::convertApplyResults () {
1137
- auto &silModue = pass.F ->getModule ();
1137
+ auto &silModule = pass.F ->getModule ();
1138
1138
for (auto &BB : *pass.F ) {
1139
1139
for (auto &II : BB) {
1140
1140
auto *currIns = ⅈ
@@ -1145,10 +1145,10 @@ void LoadableStorageAllocation::convertApplyResults() {
1145
1145
SILFunctionType *origSILFunctionType = applySite.getSubstCalleeType ();
1146
1146
auto canSILFunctionType = CanSILFunctionType (origSILFunctionType);
1147
1147
Lowering::GenericContextScope GenericScope (
1148
- silModue .Types , canSILFunctionType->getGenericSignature ());
1148
+ silModule .Types , canSILFunctionType->getGenericSignature ());
1149
1149
GenericEnvironment *genEnv = nullptr ;
1150
1150
if (origSILFunctionType->isPolymorphic ()) {
1151
- genEnv = getGenericEnvironment (silModue , canSILFunctionType);
1151
+ genEnv = getGenericEnvironment (silModule , canSILFunctionType);
1152
1152
}
1153
1153
if (!modResultType (genEnv, canSILFunctionType, pass.Mod )) {
1154
1154
continue ;
You can’t perform that action at this time.
0 commit comments