From: Benjamin Kramer Date: Mon, 4 Aug 2014 09:26:40 +0000 (+0000) Subject: Update links to the gcc and java documentation that 404'd. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a6a0f12942b3008fb51a3ea71b2fee0dba11245d Update links to the gcc and java documentation that 404'd. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214700 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Atomics.rst b/docs/Atomics.rst index 5f17c6154f3..05234ef7c24 100644 --- a/docs/Atomics.rst +++ b/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++.