X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FBPF%2FBPFInstrInfo.h;h=ac60188804d22d4816d5bcc59a85769cf76839ba;hb=ffb22b8d80908d34c5183d17bde8202a11599ecf;hp=4056c2efbbd0311a7288c48c0811dae1c33f19ff;hpb=4fe85c75482f9d11c5a1f92a1863ce30afad8d0d;p=oota-llvm.git diff --git a/lib/Target/BPF/BPFInstrInfo.h b/lib/Target/BPF/BPFInstrInfo.h index 4056c2efbbd..ac60188804d 100644 --- a/lib/Target/BPF/BPFInstrInfo.h +++ b/lib/Target/BPF/BPFInstrInfo.h @@ -51,8 +51,7 @@ public: unsigned RemoveBranch(MachineBasicBlock &MBB) const override; unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, - MachineBasicBlock *FBB, - const SmallVectorImpl &Cond, + MachineBasicBlock *FBB, ArrayRef Cond, DebugLoc DL) const override; }; }