OSDN Git Service

[Docs] Fixed formatting in release notes, NFC
authorMikhail Maltsev <mikhail.maltsev@arm.com>
Wed, 22 Apr 2020 17:25:22 +0000 (18:25 +0100)
committerMikhail Maltsev <mikhail.maltsev@arm.com>
Wed, 22 Apr 2020 17:25:22 +0000 (18:25 +0100)
clang/docs/ReleaseNotes.rst
llvm/docs/ReleaseNotes.rst

index 1f4bc0f..88edf00 100644 (file)
@@ -61,8 +61,8 @@ Non-comprehensive list of changes in this release
   v8.1-M MVE instruction set. ``<arm_mve.h>`` supports the complete API defined
   in the Arm C Language Extensions.
 
-- For the ARM target, C-language intrinsics <arm_cde.h> for the CDE instruction
-  set are now provided.
+- For the ARM target, C-language intrinsics ``<arm_cde.h>`` for the CDE
+  instruction set are now provided.
 
 * clang adds support for a set of  extended integer types (``_ExtInt(N)``) that
   permit non-power of 2 integers, exposing the LLVM integer types. Since a major
index 3afdce2..e0ff256 100644 (file)
@@ -79,7 +79,7 @@ During this release ...
 * Added support for assembly for the optional Custom Datapath Extension (CDE)
   for Arm M-profile targets.
 
-* Implemented C-language intrinsics <arm_cde.h> for the CDE instruction set.
+* Implemented C-language intrinsics ``<arm_cde.h>`` for the CDE instruction set.
 
 Changes to the MIPS Target
 --------------------------