summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-07-14 13:08:16 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-07-14 13:08:16 +0000
commit977daf307ddcf2469bb4ca57a988369266a6f83d (patch)
treea4ec7d87ccf62ead50e169b44172a18bbe5717c3 /llvm/docs
parentc337fafa3638c24e21553a684661021ba024e3e8 (diff)
downloadbcm5719-llvm-977daf307ddcf2469bb4ca57a988369266a6f83d.tar.gz
bcm5719-llvm-977daf307ddcf2469bb4ca57a988369266a6f83d.zip
Speculatively fix the sphinx build, which does not think the original code was valid nasm (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11854/steps/docs-llvm-html/logs/stdio).
llvm-svn: 275408
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/AMDGPUUsage.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index b5991c708d1..34a9b6011d4 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -88,14 +88,14 @@ wait for.
.. code-block:: nasm
- // Wait for all counters to be 0
+ ; Wait for all counters to be 0
s_waitcnt 0
- // Equivalent to s_waitcnt 0. Counter names can also be delimited by
- // '&' or ','.
+ ; Equivalent to s_waitcnt 0. Counter names can also be delimited by
+ ; '&' or ','.
s_waitcnt vmcnt(0) expcnt(0) lgkcmt(0)
- // Wait for vmcnt counter to be 1.
+ ; Wait for vmcnt counter to be 1.
s_waitcnt vmcnt(1)
VOP1, VOP2, VOP3, VOPC Instructions
OpenPOWER on IntegriCloud