Merging r257648:
[oota-llvm.git] / lib / Target / XCore / XCoreInstrInfo.h
index 60bb3f8c39afdea9a3f146215ff8990853326d12..b958c361f5a213358950ebbabee1edd46c010cb1 100644 (file)
@@ -56,8 +56,7 @@ public:
                      bool AllowModify) const override;
 
   unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
-                        MachineBasicBlock *FBB,
-                        const SmallVectorImpl<MachineOperand> &Cond,
+                        MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
                         DebugLoc DL) const override;
 
   unsigned RemoveBranch(MachineBasicBlock &MBB) const override;