Skip to content

Commit

Permalink
Fix missing ` (#4403)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh L <[email protected]>
  • Loading branch information
josh11b and josh11b authored Oct 11, 2024
1 parent 4994e13 commit 8ecf844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/docs/adding_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ type. Look to the comments on those functions for instructions on what is
needed.

Instructions won't be given a name unless
[`InstNamer::CollectNamesInBlock](/toolchain/sem_ir/inst_namer.cpp) is called on
the `InstBlockId` they are a member of. As of this writing,
[`InstNamer::CollectNamesInBlock`](/toolchain/sem_ir/inst_namer.cpp) is called
on the `InstBlockId` they are a member of. As of this writing,
`InstNamer::CollectNamesInBlock` should only be called once per `InstBlockId`.
To accomplish this, there should be one instruction kind that "owns" the
instruction block, and will have a case in `InstNamer::CollectNamesInBlock` that
Expand Down

0 comments on commit 8ecf844

Please sign in to comment.