[llvm] bf7c505 - [RISCV] Rename FeaturesSsqosid->FeaturesStdExtSsqosid. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 10:28:35 PDT 2024
Author: Craig Topper
Date: 2024-06-12T10:28:25-07:00
New Revision: bf7c505847aa58af23f14ee986ee4bb7acf22e62
URL: https://github.com/llvm/llvm-project/commit/bf7c505847aa58af23f14ee986ee4bb7acf22e62
DIFF: https://github.com/llvm/llvm-project/commit/bf7c505847aa58af23f14ee986ee4bb7acf22e62.diff
LOG: [RISCV] Rename FeaturesSsqosid->FeaturesStdExtSsqosid. NFC
Added:
Modified:
llvm/lib/Target/RISCV/RISCVFeatures.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVFeatures.td b/llvm/lib/Target/RISCV/RISCVFeatures.td
index 4685c93baefbe..d313405c01761 100644
--- a/llvm/lib/Target/RISCV/RISCVFeatures.td
+++ b/llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -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)">;
More information about the llvm-commits
mailing list