forked from OSchip/llvm-project
[sphinx clean up] Fix warning introduced by r218957
llvm-svn: 218983
This commit is contained in:
parent
460e0f4dfe
commit
fe7268600d
|
@ -1613,7 +1613,7 @@ the corresponding C11 operations, are:
|
|||
* ``__c11_atomic_thread_fence``
|
||||
* ``__c11_atomic_signal_fence``
|
||||
* ``__c11_atomic_is_lock_free`` (The argument is the size of the
|
||||
``_Atomic(...)'' object, instead of its address)
|
||||
``_Atomic(...)`` object, instead of its address)
|
||||
* ``__c11_atomic_store``
|
||||
* ``__c11_atomic_load``
|
||||
* ``__c11_atomic_exchange``
|
||||
|
|
Loading…
Reference in New Issue