From 2abde4f9d767c784f96fe8f71a548944747582a5 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 4 Aug 2014 09:26:40 +0000 Subject: [PATCH] Update links to the gcc and java documentation that 404'd. llvm-svn: 214700 --- llvm/docs/Atomics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/Atomics.rst b/llvm/docs/Atomics.rst index 5f17c61..05234ef 100644 --- a/llvm/docs/Atomics.rst +++ b/llvm/docs/Atomics.rst @@ -24,10 +24,10 @@ optimized code generation for the following: * Proper semantics for Java-style memory, for both ``volatile`` and regular shared variables. (`Java Specification - `_) + `_) * gcc-compatible ``__sync_*`` builtins. (`Description - `_) + `_) * Other scenarios with atomic semantics, including ``static`` variables with non-trivial constructors in C++. -- 2.7.4