Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
/ swift-llvm Public archive

Commit

Permalink
Speculatively fix the sphinx build, which does not think the original…
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Jul 14, 2016
1 parent 1625786 commit 9e2c1ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/AMDGPUUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2c1ae

Please sign in to comment.