Fix LLVM sphinx build
authorAaron Ballman <aaron@aaronballman.com>
Mon, 5 Jun 2023 18:14:23 +0000 (14:14 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 5 Jun 2023 18:14:23 +0000 (14:14 -0400)
Addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/35886

llvm/docs/AMDGPUUsage.rst

index 3e566e65cf2eb40f2e6ff854b12b982d5a903d35..11601f80bbd796a03a8e207d474a7a913087cde0 100644 (file)
@@ -788,7 +788,7 @@ supported for the ``amdgcn`` target.
   GFX9-GFX11.
 
   Code that manipulates the stack values in other lanes of a wavefront,
-  such as by `addrspacecast`ing stack pointers to generic ones and taking offsets
+  such as by ``addrspacecast``-ing stack pointers to generic ones and taking offsets
   that reach other lanes or by explicitly constructing the scratch buffer descriptor,
   triggers undefined behavior when it modifies the scratch values of other lanes.
   The compiler may assume that such modifications do not occur.