[PATCH] D74603: [AARCH64] Fix small typos in the target description
Tamas Petz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 04:17:30 PST 2020
tamas.petz created this revision.
tamas.petz added reviewers: dnsampaio, SjoerdMeijer.
tamas.petz added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya.
This patch is about fixing some nuance typos.
Repository:
rG LLVM Github Monorepo
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.244617.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/3da14a6f/attachment.bin>
More information about the llvm-commits
mailing list