Skip to content

Commit d659648

Browse files
authored
Minor typo fix in IR2Vec section of MLGO doc (#141162)
Co-authored-by: svkeerthy <venkatakeerthy@google.com>
1 parent e9304cb commit d659648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/MLGO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ embeddings can be computed and accessed via an ``ir2vec::Embedder`` instance.
471471
const ir2vec::Vocab &Vocabulary = VocabRes.getVocabulary();
472472
unsigned Dimension = VocabRes.getDimension();
473473

474-
Note that ``IR2VecVocabAnalysis`` pass is immutable.
474+
Note that ``IR2VecVocabAnalysis`` pass is immutable.
475475

476476
2. **Create Embedder instance**:
477477
With the vocabulary, create an embedder for a specific function:

0 commit comments

Comments
 (0)