Skip to content

Commit 36fd5f4

Browse files
committed
Shorten the description in RISCVFeatures.td
1 parent 5191469 commit 36fd5f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,7 @@ def FeatureStdExtSsaia
750750

751751
def FeatureStdExtSmepmp
752752
: SubtargetFeature<"smepmp", "HasStdExtSmepmp", "true",
753-
"'Smepmp' (PMP Enhancements for memory access and "
754-
"execution prevention on Machine mode)", []>;
753+
"'Smepmp' (Enhanced Physical Memory Protection)", []>;
755754

756755
def HasHalfFPLoadStoreMove
757756
: Predicate<"Subtarget->hasHalfFPLoadStoreMove()">,

0 commit comments

Comments
 (0)