Skip to content

Commit bf7c505

Browse files
committed
[RISCV] Rename FeaturesSsqosid->FeaturesStdExtSsqosid. NFC
1 parent 15a699f commit bf7c505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def FeatureStdExtSstc
905905
: RISCVExtension<"sstc", 1, 0,
906906
"'Sstc' (Supervisor-mode timer interrupts)">;
907907

908-
def FeaturesSsqosid
908+
def FeaturesStdExtSsqosid
909909
: RISCVExperimentalExtension<"ssqosid", 1, 0,
910910
"'Ssqosid' (Quality-of-Service (QoS) Identifiers)">;
911911

0 commit comments

Comments
 (0)