Forgot this.

llvm-svn: 48349
This commit is contained in:
Evan Cheng 2008-03-14 00:17:29 +00:00
parent db443ca377
commit 05d41356d0
1 changed files with 6 additions and 8 deletions

View File

@ -351,14 +351,12 @@ namespace llvm {
/// EmitLiveInCopy - Emit a copy for a live in physical register. If the /// EmitLiveInCopy - Emit a copy for a live in physical register. If the
/// physical register has only a single copy use, then coalesced the copy /// physical register has only a single copy use, then coalesced the copy
/// if possible. It returns the destination register of the emitted copy /// if possible.
/// if it is a physical register; otherwise it returns zero. void EmitLiveInCopy(MachineBasicBlock *MBB,
unsigned EmitLiveInCopy(MachineBasicBlock *MBB, MachineBasicBlock::iterator &InsertPos,
MachineBasicBlock::iterator &InsertPos, unsigned VirtReg, unsigned PhysReg,
unsigned VirtReg, unsigned PhysReg, const TargetRegisterClass *RC,
const TargetRegisterClass *RC, DenseMap<MachineInstr*, unsigned> &CopyRegMap);
BitVector &LiveRegsBefore,
BitVector &LiveRegsAfter);
/// EmitLiveInCopies - If this is the first basic block in the function, /// 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 /// and if it has live ins that need to be copied into vregs, emit the