From 300a263d93ba4bb320ae303ca5a388dc9800b112 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 23 Jan 2012 08:47:21 +0000 Subject: [PATCH] Fix broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148692 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.