[llvm] r198045 - Fix a typo.
    Roman Divacky 
    rdivacky at freebsd.org
       
    Thu Dec 26 06:43:34 PST 2013
    
    
  
Author: rdivacky
Date: Thu Dec 26 08:43:33 2013
New Revision: 198045
URL: http://llvm.org/viewvc/llvm-project?rev=198045&view=rev
Log:
Fix a typo.
Modified:
    llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
Modified: llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h?rev=198045&r1=198044&r2=198045&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Thu Dec 26 08:43:33 2013
@@ -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,
 
    
    
More information about the llvm-commits
mailing list