Skip to content

Commit

Permalink
Add comment for lookup_buckets_ field
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Ross-Perkins <jperkins@google.com>
  • Loading branch information
zygoloid and jonmeow authored Sep 27, 2024
1 parent 3b8650f commit eead722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/sem_ir/impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class ImplStore {
private:
ValueStore<ImplId> values_;
Map<std::pair<TypeId, TypeId>, ImplOrLookupBucketId> lookup_;
// Buckets with at least 2 entries, which will be rare; see LookupBucketRef.
llvm::SmallVector<llvm::SmallVector<ImplId, 2>> lookup_buckets_;
};

Expand Down

0 comments on commit eead722

Please sign in to comment.