forked from OSchip/llvm-project
Separate code-block tag with a newline to fix code snippet html output
This commit is contained in:
parent
cc0b670abf
commit
5e0a9dc0ad
|
@ -1084,6 +1084,7 @@ not made control-dependent on any additional values, e.g., unrolling a loop
|
|||
executed by all work items.
|
||||
|
||||
Sample usage:
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
void convfunc(void) __attribute__((convergent));
|
||||
|
|
Loading…
Reference in New Issue