Skip to content

Commit f9daa0f

Browse files
committed
fixup! Move extensions definition
1 parent 3efc4c7 commit f9daa0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/RISCV/RISCVFeatures.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,14 +842,12 @@ def HasStdExtH : Predicate<"Subtarget->hasStdExtH()">,
842842
AssemblerPredicate<(all_of FeatureStdExtH),
843843
"'H' (Hypervisor)">;
844844

845-
// Debugger extensions
845+
// Supervisor extensions
846846

847847
def FeatureStdExtSdext : RISCVExperimentalExtension<1, 0, "External debugger">;
848848

849849
def FeatureStdExtSdtrig : RISCVExperimentalExtension<1, 0, "Debugger triggers">;
850850

851-
// Supervisor extensions
852-
853851
def FeatureStdExtShgatpa
854852
: RISCVExtension<1, 0,
855853
"SvNNx4 mode supported for all modes supported by satp, as well as Bare">;

0 commit comments

Comments
 (0)