diff options
| author | Owen Anderson <resistor@mac.com> | 2008-05-30 20:14:04 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2008-05-30 20:14:04 +0000 |
| commit | 8269c9b1c91b12cdfbe5fec8ca4bde01cf5bbad2 (patch) | |
| tree | c529248b9e52d1f2c1b7c1610b26f2cab2bf874d /llvm | |
| parent | 34994cbcbf83dee141ee63c8fdf513932b6952b0 (diff) | |
| download | bcm5719-llvm-8269c9b1c91b12cdfbe5fec8ca4bde01cf5bbad2.tar.gz bcm5719-llvm-8269c9b1c91b12cdfbe5fec8ca4bde01cf5bbad2.zip | |
Forgot to commit this file.
llvm-svn: 51786
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h index 4b5ceffa20a..1c61339ed3a 100644 --- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/llvm/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) |

