Skip to content

Commit b7017ef

Browse files
authored
[RISCV] Rename sf_vcix_state to sf.vcix_state. NFC (#107115)
This PR: #106995 names the vendor CSR in a wrong way, it should be `sf.` rather than `sf_` for prefix.
1 parent 3b6e255 commit b7017ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVRegisterInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ def FRM : RISCVReg<0, "frm">;
665665
def SSP : RISCVReg<0, "ssp">;
666666

667667
// Dummy SiFive VCIX state register
668-
def SF_VCIX_STATE : RISCVReg<0, "sf_vcix_state">;
668+
def SF_VCIX_STATE : RISCVReg<0, "sf.vcix_state">;

0 commit comments

Comments
 (0)