forked from OSchip/llvm-project
[AArch64] Fix small typos in the target description. NFC.
Patch by Tamas Petz. Differential Revision: https://reviews.llvm.org/D74603
This commit is contained in:
parent
377b0e2b06
commit
e5043cd3c2
llvm/lib/Target/AArch64
|
@ -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<
|
||||
|
|
Loading…
Reference in New Issue