Clean up redundant copies of Triple objects. NFC
[oota-llvm.git] / lib / Target / BPF / BPFInstrInfo.h
index 4056c2efbbd0311a7288c48c0811dae1c33f19ff..ac60188804d22d4816d5bcc59a85769cf76839ba 100644 (file)
@@ -51,8 +51,7 @@ public:
 
   unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
   unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
-                        MachineBasicBlock *FBB,
-                        const SmallVectorImpl<MachineOperand> &Cond,
+                        MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
                         DebugLoc DL) const override;
 };
 }