summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-12 16:43:44 +0000
committerDan Gohman <gohman@apple.com>2009-10-12 16:43:44 +0000
commita8bacea11b391eed0ce8707ca0cb1c7429563eef (patch)
treed60975923b039d20a3534b9fd7d20abdcf03c502
parenta7e200e6f759ca0970074d3576d4e148eb453a34 (diff)
downloadbcm5719-llvm-a8bacea11b391eed0ce8707ca0cb1c7429563eef.tar.gz
bcm5719-llvm-a8bacea11b391eed0ce8707ca0cb1c7429563eef.zip
Delete some obsolete declarations.
llvm-svn: 83856
-rw-r--r--llvm/include/llvm/CodeGen/ScheduleDAG.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/include/llvm/CodeGen/ScheduleDAG.h b/llvm/include/llvm/CodeGen/ScheduleDAG.h
index 4901d7807c4..39563f73306 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<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,
OpenPOWER on IntegriCloud