aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
diff options
context:
space:
mode:
authorJim Lin <jim@andestech.com>2023-08-19 10:26:50 +0800
committerJim Lin <jim@andestech.com>2023-08-19 12:44:59 +0800
commitf3c0eaeb2eb26c245182234d39bdc28f90e23350 (patch)
tree887af1854f4ef9c1487306fab8a37ca5df8f2c13 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
parent22a84020d2324ac1f753705497a40c43d8284d94 (diff)
downloadllvm-f3c0eaeb2eb26c245182234d39bdc28f90e23350.zip
llvm-f3c0eaeb2eb26c245182234d39bdc28f90e23350.tar.gz
llvm-f3c0eaeb2eb26c245182234d39bdc28f90e23350.tar.bz2
[RISCV] Rename Ventana DecoderNamespace to XVentana for matching other extension. NFC.
All of them have prefix 'X' in DecoderNamespace.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
-rw-r--r--llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp b/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
index 235da7c..d561d90 100644
--- a/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
+++ b/llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
@@ -528,7 +528,7 @@ DecodeStatus RISCVDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
TRY_TO_DECODE_FEATURE(RISCV::FeatureStdExtZfinx, DecoderTableRVZfinx32,
"RVZfinx table (Float in Integer)");
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXVentanaCondOps,
- DecoderTableVentana32, "Ventana custom opcode table");
+ DecoderTableXVentana32, "Ventana custom opcode table");
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXTHeadBa, DecoderTableXTHeadBa32,
"XTHeadBa custom opcode table");
TRY_TO_DECODE_FEATURE(RISCV::FeatureVendorXTHeadBb, DecoderTableXTHeadBb32,