[llvm] r358986 - [Docs] ReleaseNotes: fixup markup in memcmp()->bcmp() entry
Roman Lebedev via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 06:46:18 PDT 2019
Author: lebedevri
Date: Tue Apr 23 06:46:18 2019
New Revision: 358986
URL: http://llvm.org/viewvc/llvm-project?rev=358986&view=rev
Log:
[Docs] ReleaseNotes: fixup markup in memcmp()->bcmp() entry
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=358986&r1=358985&r2=358986&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Apr 23 06:46:18 2019
@@ -40,10 +40,10 @@ Non-comprehensive list of changes in thi
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
-* The optimizer will now convert calls to memcmp into a calls to bcmp in some
- circumstances. Users who are building freestanding code (not depending on the
- platform's libc) without specifying -ffreestanding may need to either pass
- -fno-builtin-bcmp, or provide a bcmp function.
+* The optimizer will now convert calls to ``memcmp`` into a calls to ``bcmp`` in
+ some circumstances. Users who are building freestanding code (not depending on
+ the platform's libc) without specifying ``-ffreestanding`` may need to either
+ pass ``-fno-builtin-bcmp``, or provide a ``bcmp`` function.
.. NOTE
If you would like to document a larger change, then you can add a
More information about the llvm-commits
mailing list