]> granicus.if.org Git - llvm/commitdiff
[Docs] ReleaseNotes: fixup markup in memcmp()->bcmp() entry
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 23 Apr 2019 13:46:18 +0000 (13:46 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 23 Apr 2019 13:46:18 +0000 (13:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358986 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index e0cebf508c45894d7e047544c0611d2a2ae89a51..60058fd8590896cbd71526d4ef1b14b6354bd6bd 100644 (file)
@@ -40,10 +40,10 @@ Non-comprehensive list of changes in this release
    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