forked from OSchip/llvm-project
parent
99d8a8e8ac
commit
ccbcf7cfd3
|
@ -510,7 +510,7 @@ SDValue BPFTargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const {
|
||||||
|
|
||||||
const char *BPFTargetLowering::getTargetNodeName(unsigned Opcode) const {
|
const char *BPFTargetLowering::getTargetNodeName(unsigned Opcode) const {
|
||||||
switch ((BPFISD::NodeType)Opcode) {
|
switch ((BPFISD::NodeType)Opcode) {
|
||||||
case BPFISD::FIRST_TYPE:
|
case BPFISD::FIRST_NUMBER:
|
||||||
break;
|
break;
|
||||||
case BPFISD::RET_FLAG:
|
case BPFISD::RET_FLAG:
|
||||||
return "BPFISD::RET_FLAG";
|
return "BPFISD::RET_FLAG";
|
||||||
|
|
Loading…
Reference in New Issue