projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377b0e2
)
[AArch64] Fix small typos in the target description. NFC.
author
Sjoerd Meijer
<sjoerd.meijer@arm.com>
Mon, 17 Feb 2020 10:13:47 +0000
(10:13 +0000)
committer
Sjoerd Meijer
<sjoerd.meijer@arm.com>
Mon, 17 Feb 2020 10:13:47 +0000
(10:13 +0000)
Patch by Tamas Petz.
Differential Revision: https://reviews.llvm.org/D74603
llvm/lib/Target/AArch64/AArch64.td
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/AArch64/AArch64.td
b/llvm/lib/Target/AArch64/AArch64.td
index
0106355
..
6e0d949
100644
(file)
--- 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 e
nchancement
">;
+ "Enable v8.3-A Pointer Authentication e
xtension
">;
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<