From ccdb5138b71e8200d8e2a68a74133daa57545115 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 23 Jan 2012 08:47:21 +0000 Subject: [PATCH] Fix broken link. llvm-svn: 148692 --- 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.