[llvm-branch-commits] [llvm-branch] r308730 - ReleaseNotes: fix sphinx error
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 21 05:25:53 PDT 2017
Author: hans
Date: Fri Jul 21 05:25:53 2017
New Revision: 308730
URL: http://llvm.org/viewvc/llvm-project?rev=308730&view=rev
Log:
ReleaseNotes: fix sphinx error
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=308730&r1=308729&r2=308730&view=diff
==============================================================================
--- llvm/branches/release_50/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_50/docs/ReleaseNotes.rst Fri Jul 21 05:25:53 2017
@@ -72,7 +72,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.
+ the pointer type of alloca rather than the default of 0.
* Added speculatable attribute indicating a function which does has no
side-effects which could inhibit hoisting of calls.
More information about the llvm-branch-commits
mailing list