Simplify a few more things, eliminating a few more dependencies on
[oota-llvm.git] / lib / Target / MSP430 / MSP430InstrInfo.h
index 59133d98ce0b16d01cccb4e7cb1b92c05714c6ea..e07aacad9dc2026518c99d07098de29bd8739cd7 100644 (file)
@@ -73,6 +73,10 @@ public:
                                            MachineBasicBlock::iterator MI,
                                  const std::vector<CalleeSavedInfo> &CSI) const;
 
+  virtual unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
+                                MachineBasicBlock *FBB,
+                             const SmallVectorImpl<MachineOperand> &Cond) const;
+
 };
 
 }