Skip to content

Commit 9e2d0f7

Browse files
author
git apple-llvm automerger
committed
Merge commit '5eae09519c8c' from llvm.org/main into next
2 parents 0e5fe29 + 5eae095 commit 9e2d0f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,15 +849,15 @@ def FeatureStdExtSsu64xl
849849
: SubtargetFeature<"ssu64xl", "HasStdExtSsu64xl", "true",
850850
"'Ssu64xl' (UXLEN=64 supported)", []>;
851851

852-
def FeaturesStdExtSvade
852+
def FeatureStdExtSvade
853853
: SubtargetFeature<"svade", "HasStdExtSvade", "true",
854854
"'Svade' (Raise exceptions on improper A/D bits)", []>;
855855

856-
def FeaturesStdExtSvadu
856+
def FeatureStdExtSvadu
857857
: SubtargetFeature<"svadu", "HasStdExtSvadu", "true",
858858
"'Svadu' (Hardware A/D updates)", []>;
859859

860-
def FeaturesStdExtSvbare
860+
def FeatureStdExtSvbare
861861
: SubtargetFeature<"svbare", "HasStdExtSvbare", "true",
862862
"'Svbare' $(satp mode Bare supported)", []>;
863863

0 commit comments

Comments
 (0)