Forgot to commit this file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2008-05-30 20:14:04 +00:00
parent 74a0c28fba
commit 15a17f5481

View File

@ -302,13 +302,13 @@ namespace llvm {
unsigned getNumConflictsWithPhysReg(const LiveInterval &li,
unsigned PhysReg) const;
/// computeNumbering - Compute the index numbering.
void computeNumbering();
private:
/// computeIntervals - Compute live intervals.
void computeIntervals();
/// computeNumbering - Compute the index numbering.
void computeNumbering();
/// handleRegisterDef - update intervals for a register def
/// (calls handlePhysicalRegisterDef and
/// handleVirtualRegisterDef)