git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@311729
91177308-0d34-0410-b5e6-
96231b3b80d8
* 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