mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 09:09:23 +00:00
Correct the form of the atomic opcode names in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4362387c74
commit
a82a918507
@ -633,8 +633,8 @@ namespace ISD {
|
|||||||
// the return is always the original value in *ptr
|
// the return is always the original value in *ptr
|
||||||
ATOMIC_SWAP,
|
ATOMIC_SWAP,
|
||||||
|
|
||||||
// Val, OUTCHAIN = ATOMIC_L[OpName]S(INCHAIN, ptr, amt)
|
// Val, OUTCHAIN = ATOMIC_LOAD_[OpName](INCHAIN, ptr, amt)
|
||||||
// this corresponds to the atomic.[OpName] intrinsic.
|
// this corresponds to the atomic.load.[OpName] intrinsic.
|
||||||
// op(*ptr, amt) is stored to *ptr atomically.
|
// op(*ptr, amt) is stored to *ptr atomically.
|
||||||
// the return is always the original value in *ptr
|
// the return is always the original value in *ptr
|
||||||
ATOMIC_LOAD_ADD,
|
ATOMIC_LOAD_ADD,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user