[llvm-commits] [llvm] r51786 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Owen Anderson
resistor at mac.com
Fri May 30 13:14:04 PDT 2008
Author: resistor
Date: Fri May 30 15:14:04 2008
New Revision: 51786
URL: http://llvm.org/viewvc/llvm-project?rev=51786&view=rev
Log:
Forgot to commit this file.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=51786&r1=51785&r2=51786&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Fri May 30 15:14:04 2008
@@ -302,13 +302,13 @@
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)
More information about the llvm-commits
mailing list