Skip to content

Commit 5eae095

Browse files
committed
[RISCV] Rename some SubtargetFeature names to remove an extra 's'. NFC
I wrote FeaturesStdExt instead of FeatureStdExt in a previous patch.
1 parent 7a94acb commit 5eae095

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)