Skip to content

Commit e29f829

Browse files
committed
clang-format
1 parent 84ff8d8 commit e29f829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static bool isFloatScalarMoveOrScalarSplatInstr(const MachineInstr &MI) {
9595
}
9696

9797
static bool isVInsertInstr(const MachineInstr &MI) {
98-
return RISCV::getRVVMCOpcode(MI.getOpcode()) == RISCV::RI_VINSERT;
98+
return RISCV::getRVVMCOpcode(MI.getOpcode()) == RISCV::RI_VINSERT;
9999
}
100100

101101
static bool isVExtractInstr(const MachineInstr &MI) {

0 commit comments

Comments
 (0)