Skip to content

Commit c249e27

Browse files
committed
[RISCV] Add missing break in switch-case in convertToThreeAddress function. NFC.
1 parent 7e8eccd commit c249e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,6 +2683,7 @@ MachineInstr *RISCVInstrInfo::convertToThreeAddress(MachineInstr &MI,
26832683
.add(MI.getOperand(3))
26842684
.add(MI.getOperand(4))
26852685
.add(MI.getOperand(5));
2686+
break;
26862687
}
26872688
}
26882689
MIB.copyImplicitOps(MI);

0 commit comments

Comments
 (0)