From: Owen Anderson Date: Fri, 30 May 2008 20:14:04 +0000 (+0000) Subject: Forgot to commit this file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=15a17f548188726260c3a0eeb7a4588e2c1d6f2c;p=oota-llvm.git Forgot to commit this file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 4b5ceffa20a..1c61339ed3a 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h @@ -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)