From a8bacea11b391eed0ce8707ca0cb1c7429563eef Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 12 Oct 2009 16:43:44 +0000 Subject: [PATCH] Delete some obsolete declarations. llvm-svn: 83856 --- llvm/include/llvm/CodeGen/ScheduleDAG.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/llvm/include/llvm/CodeGen/ScheduleDAG.h b/llvm/include/llvm/CodeGen/ScheduleDAG.h index 4901d7807c4c..39563f733068 100644 --- a/llvm/include/llvm/CodeGen/ScheduleDAG.h +++ b/llvm/include/llvm/CodeGen/ScheduleDAG.h @@ -518,21 +518,6 @@ namespace llvm { void EmitNoop(); void EmitPhysRegCopy(SUnit *SU, DenseMap &VRBaseMap); - - private: - /// EmitLiveInCopy - Emit a copy for a live in physical register. If the - /// physical register has only a single copy use, then coalesced the copy - /// if possible. - void EmitLiveInCopy(MachineBasicBlock *MBB, - MachineBasicBlock::iterator &InsertPos, - unsigned VirtReg, unsigned PhysReg, - const TargetRegisterClass *RC, - DenseMap &CopyRegMap); - - /// EmitLiveInCopies - If this is the first basic block in the function, - /// and if it has live ins that need to be copied into vregs, emit the - /// copies into the top of the block. - void EmitLiveInCopies(MachineBasicBlock *MBB); }; class SUnitIterator : public std::iterator