From ae27891f8e2528f0006e849ee34c1106b8d86425 Mon Sep 17 00:00:00 2001 From: Alexei Starovoitov Date: Sat, 28 Feb 2015 18:03:04 +0000 Subject: [PATCH] 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 --- lib/Target/BPF/BPFISelLowering.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.34.1