summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-10-26 00:55:23 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-10-26 00:55:23 +0000
commit526e1bbe6b3f7baf0cb994f352110490cdc253e1 (patch)
treeca136c2c57b732efc291b72413267cf54376259f /docs
parentf3a5ba548f7cd890d428c76565300d1c1b687981 (diff)
downloadllvm-526e1bbe6b3f7baf0cb994f352110490cdc253e1.tar.gz
llvm-526e1bbe6b3f7baf0cb994f352110490cdc253e1.tar.bz2
llvm-526e1bbe6b3f7baf0cb994f352110490cdc253e1.tar.xz
Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ed5f6b04ef..f79ca92eeb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -758,6 +758,9 @@ it run faster:</p>
"<code>load volatile</code>"/"<code>store volatile</code>". The old
syntax ("<code>volatile load</code>"/"<code>volatile store</code>")
is still accepted, but is now considered deprecated.</li>
+ <li>The old atomic intrinscs (<code>llvm.memory.barrier</code> and
+ <code>llvm.atomic.*</code>) are now gone. Please use the new atomic
+ instructions, described in the <a href="Atomics.html">atomics guide</a>.
</ul>
<h4>Windows (32-bit)</h4>