From: Alexei Starovoitov Date: Sat, 28 Feb 2015 18:03:04 +0000 (+0000) Subject: bpf: fix build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ae27891f8e2528f0006e849ee34c1106b8d86425;p=oota-llvm.git bpf: fix build complete the plumbing of passing TargetRegisterInfo through computeRegisterProperties started by r230583 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230858 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/BPF/BPFISelLowering.h b/lib/Target/BPF/BPFISelLowering.h index 04d79083fe0..5a6f0f78a58 100644 --- a/lib/Target/BPF/BPFISelLowering.h +++ b/lib/Target/BPF/BPFISelLowering.h @@ -20,6 +20,7 @@ #include "llvm/Target/TargetLowering.h" namespace llvm { +class BPFSubtarget; namespace BPFISD { enum { FIRST_NUMBER = ISD::BUILTIN_OP_END,