1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Forgot to commit this file.

llvm-svn: 51786
This commit is contained in:
Owen Anderson 2008-05-30 20:14:04 +00:00
parent 9db02580c5
commit d5fc134ec6

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)