Skip to content

Commit 81c2333

Browse files
committed
fixup! typo
1 parent da531c2 commit 81c2333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ void RISCVDAGToDAGISel::Select(SDNode *Node) {
16891689
VMNANDOpcode = RISCV::PseudoVMNAND_MM_##suffix; \
16901690
VMSetOpcode = RISCV::PseudoVMSET_M_##suffix; \
16911691
break;
1692-
CASE_VMNAND_VMSET_OPCODES(LMUL_F8, B64
1692+
CASE_VMNAND_VMSET_OPCODES(LMUL_F8, B64)
16931693
CASE_VMNAND_VMSET_OPCODES(LMUL_F4, B32)
16941694
CASE_VMNAND_VMSET_OPCODES(LMUL_F2, B16)
16951695
CASE_VMNAND_VMSET_OPCODES(LMUL_1, B8)

0 commit comments

Comments
 (0)