Skip to content

Commit

Permalink
[RISCV] Rename FeaturesSsqosid->FeaturesStdExtSsqosid. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Jun 12, 2024
1 parent 15a699f commit bf7c505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVFeatures.td
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def FeatureStdExtSstc
: RISCVExtension<"sstc", 1, 0,
"'Sstc' (Supervisor-mode timer interrupts)">;

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

Expand Down

0 comments on commit bf7c505

Please sign in to comment.