From: Alexei Starovoitov Date: Wed, 20 May 2015 00:20:26 +0000 (+0000) Subject: [bpf] fix build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6f501cb9734934b8a2ddba2066f558661972573;p=llvm [bpf] fix build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237751 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/BPF/BPFISelLowering.cpp b/lib/Target/BPF/BPFISelLowering.cpp index 902ed006893..38c56bbef81 100644 --- a/lib/Target/BPF/BPFISelLowering.cpp +++ b/lib/Target/BPF/BPFISelLowering.cpp @@ -510,7 +510,7 @@ SDValue BPFTargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const { const char *BPFTargetLowering::getTargetNodeName(unsigned Opcode) const { switch ((BPFISD::NodeType)Opcode) { - case BPFISD::FIRST_TYPE: + case BPFISD::FIRST_NUMBER: break; case BPFISD::RET_FLAG: return "BPFISD::RET_FLAG";