[PATCH] D74603: [AARCH64] Fix small typos in the target description
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 02:20:09 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe5043cd3c262: [AArch64] Fix small typos in the target description. NFC. (authored by SjoerdMeijer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74603/new/
https://reviews.llvm.org/D74603
Files:
llvm/lib/Target/AArch64/AArch64.td
Index: llvm/lib/Target/AArch64/AArch64.td
===================================================================
--- llvm/lib/Target/AArch64/AArch64.td
+++ llvm/lib/Target/AArch64/AArch64.td
@@ -240,11 +240,11 @@
def FeaturePA : SubtargetFeature<
"pa", "HasPA", "true",
- "Enable v8.3-A Pointer Authentication enchancement">;
+ "Enable v8.3-A Pointer Authentication extension">;
def FeatureJS : SubtargetFeature<
"jsconv", "HasJS", "true",
- "Enable v8.3-A JavaScript FP conversion enchancement",
+ "Enable v8.3-A JavaScript FP conversion instructions",
[FeatureFPARMv8]>;
def FeatureCCIDX : SubtargetFeature<
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74603.244932.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/3035cc54/attachment.bin>
More information about the llvm-commits
mailing list