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 c5563ff commit 29a62aaCopy full SHA for 29a62aa
lib/IRGen/GenPack.cpp
@@ -646,7 +646,7 @@ llvm::Value *irgen::emitTypeMetadataPackElementRef(
646
ArrayRef<ProtocolDecl *> protocols, llvm::Value *index,
647
DynamicMetadataRequest request,
648
llvm::SmallVectorImpl<llvm::Value *> &wtables) {
649
- // If the packs have already been materialized, just gep into it.
+ // If the packs have already been materialized, just gep into them.
650
auto materializedMetadataPack =
651
tryGetLocalPackTypeMetadata(IGF, packType, request);
652
llvm::SmallVector<llvm::Value *> materializedWtablePacks;
0 commit comments