summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-05-30 20:14:04 +0000
committerOwen Anderson <resistor@mac.com>2008-05-30 20:14:04 +0000
commit8269c9b1c91b12cdfbe5fec8ca4bde01cf5bbad2 (patch)
treec529248b9e52d1f2c1b7c1610b26f2cab2bf874d /llvm
parent34994cbcbf83dee141ee63c8fdf513932b6952b0 (diff)
downloadbcm5719-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.h6
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)
OpenPOWER on IntegriCloud