Eli points out that this is what report_fatal_error() is for.
[oota-llvm.git] / lib / CodeGen / BranchFolding.h
index 4ed42c03464a8d8d0e252b52ecd9ceca3e0f95ec..df795dfc248ed4f6ffaa2637d0c63c16a5f8d762 100644 (file)
@@ -95,6 +95,8 @@ namespace llvm {
     bool TailMergeBlocks(MachineFunction &MF);
     bool TryTailMergeBlocks(MachineBasicBlock* SuccBB,
                        MachineBasicBlock* PredBB);
+    void MaintainLiveIns(MachineBasicBlock *CurMBB,
+                         MachineBasicBlock *NewMBB);
     void ReplaceTailWithBranchTo(MachineBasicBlock::iterator OldInst,
                                  MachineBasicBlock *NewDest);
     MachineBasicBlock *SplitMBBAt(MachineBasicBlock &CurMBB,