Skip to content

Commit 1ffcac1

Browse files
committed
[RISCV][GISel] Rename ValueMappingsIdx->ValueMappingIdx. NFC
This is consistent with other targets.
1 parent 3e60693 commit 1ffcac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/GISel/RISCVRegisterBankInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const RegisterBankInfo::ValueMapping ValueMappings[] = {
5959
{&PartMappings[PMI_FPRB64], 1},
6060
};
6161

62-
enum ValueMappingsIdx {
62+
enum ValueMappingIdx {
6363
InvalidIdx = 0,
6464
GPRB32Idx = 1,
6565
GPRB64Idx = 4,

0 commit comments

Comments
 (0)