Skip to content

Commit fab23b5

Browse files
committed
Use SmallVector<MachineOperand, 3>
1 parent ed4f439 commit fab23b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4218,7 +4218,7 @@ namespace {
42184218
class RISCVPipelinerLoopInfo : public TargetInstrInfo::PipelinerLoopInfo {
42194219
const MachineInstr *LHS;
42204220
const MachineInstr *RHS;
4221-
SmallVector<MachineOperand, 4> Cond;
4221+
SmallVector<MachineOperand, 3> Cond;
42224222

42234223
public:
42244224
RISCVPipelinerLoopInfo(const MachineInstr *LHS, const MachineInstr *RHS,

0 commit comments

Comments
 (0)