1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

bpf: fix build

complete the plumbing of passing TargetRegisterInfo through
computeRegisterProperties started by r230583

llvm-svn: 230858
This commit is contained in:
Alexei Starovoitov 2015-02-28 18:03:04 +00:00
parent 1a8767d1c0
commit 9d738a50b5

View File

@ -20,6 +20,7 @@
#include "llvm/Target/TargetLowering.h"
namespace llvm {
class BPFSubtarget;
namespace BPFISD {
enum {
FIRST_NUMBER = ISD::BUILTIN_OP_END,