From: Roman Divacky Date: Thu, 26 Dec 2013 14:43:33 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a5c4e11d865f606e15bffac68c918f1bbf80d2a;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198045 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index 48a0523dc61..da8ac792e69 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -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,