We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ad68b commit 2404dbbCopy full SHA for 2404dbb
lib/SILOptimizer/Utils/KeyPathProjector.cpp
@@ -239,7 +239,7 @@ class GettablePropertyProjector : public ComponentProjector {
239
auto ref = builder.createFunctionRef(loc, getter);
240
241
std::vector<SILValue> args{addr, parentValue};
242
- // FIXME(wasm): For wasm, KeyPath getter always take indices parameter
+ // FIXME(wasm): For wasm, KeyPath getter always takes indices parameter
243
// to match callee and caller signature. So need to pass stub pointer.
244
// See also: getOrCreateKeyPathSetter and getOrCreateKeyPathGetter
245
if (builder.getASTContext().LangOpts.Target.isOSBinFormatWasm()) {
0 commit comments