[llvm-commits] [llvm] r137177 - /llvm/trunk/docs/LangRef.html
Eli Friedman
eli.friedman at gmail.com
Tue Aug 9 16:26:13 PDT 2011
Author: efriedma
Date: Tue Aug 9 18:26:12 2011
New Revision: 137177
URL: http://llvm.org/viewvc/llvm-project?rev=137177&view=rev
Log:
Fix minor typo.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=137177&r1=137176&r2=137177&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Aug 9 18:26:12 2011
@@ -1586,7 +1586,7 @@
<a href="#i_atomicrmw"><code>atomicrmw</code></a>,
<a href="#i_fence"><code>fence</code></a>,
<a href="#i_load"><code>atomic load</code></a>, and
-<a href="#i_load"><code>atomic store</code></a>) take an ordering parameter
+<a href="#i_store"><code>atomic store</code></a>) take an ordering parameter
that determines which other atomic instructions on the same address they
<i>synchronize with</i>. These semantics are borrowed from Java and C++0x,
but are somewhat more colloquial. If these descriptions aren't precise enough,
More information about the llvm-commits
mailing list