Commit 46c4cf68 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

ReleaseNotes: typo

llvm-svn: 311729
parent 51f75787
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ Changes to the LLVM IR
* The datalayout string may now indicate an address space to use for
  the pointer type of ``alloca`` rather than the default of 0.

* Added ``speculatable`` attribute indicating a function which does has no
* Added ``speculatable`` attribute indicating a function which has no
  side-effects which could inhibit hoisting of calls.

Changes to the Arm Targets