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 4994e13 commit 8ecf844Copy full SHA for 8ecf844
toolchain/docs/adding_features.md
@@ -314,8 +314,8 @@ type. Look to the comments on those functions for instructions on what is
314
needed.
315
316
Instructions won't be given a name unless
317
-[`InstNamer::CollectNamesInBlock](/toolchain/sem_ir/inst_namer.cpp) is called on
318
-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,
319
`InstNamer::CollectNamesInBlock` should only be called once per `InstBlockId`.
320
To accomplish this, there should be one instruction kind that "owns" the
321
instruction block, and will have a case in `InstNamer::CollectNamesInBlock` that
0 commit comments