Skip to content

Commit e21886a

Browse files
fixup! fix comment placement
1 parent 9de5551 commit e21886a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,8 @@ static OperandInfo getOperandInfo(const MachineOperand &MO,
478478
case RISCV::VFMIN_VF:
479479
case RISCV::VFMIN_VV:
480480
case RISCV::VFMAX_VF:
481-
// Vector Floating-Point Sign-Injection Instructions
482481
case RISCV::VFMAX_VV:
482+
// Vector Floating-Point Sign-Injection Instructions
483483
case RISCV::VFSGNJ_VF:
484484
case RISCV::VFSGNJ_VV:
485485
case RISCV::VFSGNJN_VV:

0 commit comments

Comments
 (0)