[llvm] e5043cd - [AArch64] Fix small typos in the target description. NFC.

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 02:16:22 PST 2020


Author: Sjoerd Meijer
Date: 2020-02-17T10:13:47Z
New Revision: e5043cd3c262e981c1e7db72cd6f822d85a3d870

URL: https://github.com/llvm/llvm-project/commit/e5043cd3c262e981c1e7db72cd6f822d85a3d870
DIFF: https://github.com/llvm/llvm-project/commit/e5043cd3c262e981c1e7db72cd6f822d85a3d870.diff

LOG: [AArch64] Fix small typos in the target description. NFC.

Patch by Tamas Petz.

Differential Revision: https://reviews.llvm.org/D74603

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64.td b/llvm/lib/Target/AArch64/AArch64.td
index 0106355b1a44..6e0d949ebb82 100644
--- a/llvm/lib/Target/AArch64/AArch64.td
+++ b/llvm/lib/Target/AArch64/AArch64.td
@@ -240,11 +240,11 @@ def FeatureDotProd : SubtargetFeature<
 
 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<


        


More information about the llvm-commits mailing list