mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix a typo.
llvm-svn: 198045
This commit is contained in:
parent
e549217adc
commit
83d7fda017
@ -603,7 +603,7 @@ namespace ISD {
|
||||
/// This corresponds to "load atomic" instruction.
|
||||
ATOMIC_LOAD,
|
||||
|
||||
/// OUTCHAIN = ATOMIC_LOAD(INCHAIN, ptr, val)
|
||||
/// OUTCHAIN = ATOMIC_STORE(INCHAIN, ptr, val)
|
||||
/// This corresponds to "store atomic" instruction.
|
||||
ATOMIC_STORE,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user