[llvm-commits] [llvm] r148692 - /llvm/trunk/docs/LangRef.html
Nick Lewycky
nicholas at mxc.ca
Mon Jan 23 00:47:21 PST 2012
Author: nicholas
Date: Mon Jan 23 02:47:21 2012
New Revision: 148692
URL: http://llvm.org/viewvc/llvm-project?rev=148692&view=rev
Log:
Fix broken link.
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=148692&r1=148691&r2=148692&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Jan 23 02:47:21 2012
@@ -1614,7 +1614,7 @@
<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,
check those specs (see spec references in the
-<a href="Atomic.html#introduction">atomics guide</a>).
+<a href="Atomics.html#introduction">atomics guide</a>).
<a href="#i_fence"><code>fence</code></a> instructions
treat these orderings somewhat differently since they don't take an address.
See that instruction's documentation for details.</p>
More information about the llvm-commits
mailing list