From: Nick Lewycky Date: Mon, 23 Jan 2012 08:47:21 +0000 (+0000) Subject: Fix broken link. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=300a263d93ba4bb320ae303ca5a388dc9800b112;p=oota-llvm.git Fix broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148692 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index e214c5fd555..14437d50837 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1614,7 +1614,7 @@ that determines which other atomic instructions on the same address they synchronize with. 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 -atomics guide). +atomics guide). fence instructions treat these orderings somewhat differently since they don't take an address. See that instruction's documentation for details.