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 b2b2c52 commit 75ddf2aCopy full SHA for 75ddf2a
llvm/include/llvm/Analysis/IR2Vec.h
@@ -161,7 +161,7 @@ class VocabStorage {
161
162
public:
163
/// Default constructor creates empty storage (invalid state)
164
- VocabStorage() : Sections(), TotalSize(0), Dimension(0) {}
+ VocabStorage() = default;
165
166
/// Create a VocabStorage with pre-organized section data
167
VocabStorage(std::vector<std::vector<Embedding>> &&SectionData);
0 commit comments