File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,3 @@ RISCVSelectionDAGInfo::RISCVSelectionDAGInfo()
1717 : SelectionDAGGenTargetInfo(RISCVGenSDNodeInfo) {}
1818
1919RISCVSelectionDAGInfo::~RISCVSelectionDAGInfo () = default ;
20-
21- void RISCVSelectionDAGInfo::verifyTargetNode (const SelectionDAG &DAG,
22- const SDNode *N) const {
23- switch (N->getOpcode ()) {
24- case RISCVISD::PROBED_ALLOCA:
25- // FIXME: Current examples do not match the SDTypeProfile.
26- // They get "invalid number of results; expected 2, got 1"
27- return ;
28- }
29- SelectionDAGGenTargetInfo::verifyTargetNode (DAG, N);
30- }
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ class RISCVSelectionDAGInfo : public SelectionDAGGenTargetInfo {
3131
3232 ~RISCVSelectionDAGInfo () override ;
3333
34- void verifyTargetNode (const SelectionDAG &DAG,
35- const SDNode *N) const override ;
36-
3734 bool hasPassthruOp (unsigned Opcode) const {
3835 return GenNodeInfo.getDesc (Opcode).TSFlags & RISCVISD::HasPassthruOpMask;
3936 }
You can’t perform that action at this time.
0 commit comments