[MCA][RISCV] Mark one of the internal CustomBehavior functions static. NFC
This function is only used in the same file.
This commit is contained in:
@@ -205,7 +205,7 @@ getEEWAndEMUL(unsigned Opcode, RISCVVType::VLMUL LMUL, uint8_t SEW) {
|
||||
return std::make_pair(EEW, *EMUL);
|
||||
}
|
||||
|
||||
bool opcodeHasEEWAndEMULInfo(unsigned short Opcode) {
|
||||
static bool opcodeHasEEWAndEMULInfo(unsigned short Opcode) {
|
||||
return Opcode == RISCV::VLM_V || Opcode == RISCV::VSM_V ||
|
||||
Opcode == RISCV::VLE8_V || Opcode == RISCV::VSE8_V ||
|
||||
Opcode == RISCV::VLE16_V || Opcode == RISCV::VSE16_V ||
|
||||
|
||||
Reference in New Issue
Block a user