Forgot to commit this file.
authorOwen Anderson <resistor@mac.com>
Fri, 30 May 2008 20:14:04 +0000 (20:14 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 30 May 2008 20:14:04 +0000 (20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51786 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveIntervalAnalysis.h

index 4b5ceffa20a4dc5f7ac12df981a3db6827ba42d2..1c61339ed3a76ef514680a3f0a03542be8ce7797 100644 (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)