Commit 474d7226 authored by Bill Wendling's avatar Bill Wendling
Browse files

Merging r142998:

------------------------------------------------------------------------
r142998 | efriedma | 2011-10-25 17:55:23 -0700 (Tue, 25 Oct 2011) | 3 lines

Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes.


------------------------------------------------------------------------

llvm-svn: 143070
parent e45cf9ef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -730,6 +730,9 @@ Builder.CreateResume(UnwindData);
      "<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>