Delete some obsolete declarations.
authorDan Gohman <gohman@apple.com>
Mon, 12 Oct 2009 16:43:44 +0000 (16:43 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 12 Oct 2009 16:43:44 +0000 (16:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83856 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ScheduleDAG.h

index 4901d7807c4c18f95c54809eb97fee74a1cf2bff..39563f733068c617a8fc2b92721757b5779b3304 100644 (file)
@@ -518,21 +518,6 @@ namespace llvm {
     void EmitNoop();
 
     void EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &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<MachineInstr*, unsigned> &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<std::forward_iterator_tag,