Skip to content

Commit fecd11b

Browse files
committed
[RISCV] Remove old peephole declaration in RISCVISelDAGToDAG.h. NFC
It was removed in 72e6c1c
1 parent bb9dced commit fecd11b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ class RISCVDAGToDAGISel : public SelectionDAGISel {
190190
bool doPeepholeMaskedRVV(MachineSDNode *Node);
191191
bool doPeepholeMergeVVMFold();
192192
bool doPeepholeNoRegPassThru();
193-
bool performVMergeToVMv(SDNode *N);
194193
bool performCombineVMergeAndVOps(SDNode *N);
195194
};
196195

0 commit comments

Comments
 (0)