[llvm-branch-commits] [llvm-branch] r311729 - ReleaseNotes: typo

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 24 15:56:18 PDT 2017


Author: hans
Date: Thu Aug 24 15:56:18 2017
New Revision: 311729

URL: http://llvm.org/viewvc/llvm-project?rev=311729&view=rev
Log:
ReleaseNotes: typo

Modified:
    llvm/branches/release_50/docs/ReleaseNotes.rst

Modified: llvm/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_50/docs/ReleaseNotes.rst?rev=311729&r1=311728&r2=311729&view=diff
==============================================================================
--- llvm/branches/release_50/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_50/docs/ReleaseNotes.rst Thu Aug 24 15:56:18 2017
@@ -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




More information about the llvm-branch-commits mailing list