diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-07-19 14:08:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-07-19 14:08:10 +0000 |
| commit | d10d373ce933e2c512fac40925a67de1cfa2998a (patch) | |
| tree | 81c87d2847959e0a3ceff5a7dc1b741746f37d38 /llvm/lib/CodeGen/LiveIntervals.h | |
| parent | 6345fbe820e8c3dbadfa37f220e86910263e871e (diff) | |
| download | bcm5719-llvm-d10d373ce933e2c512fac40925a67de1cfa2998a.tar.gz bcm5719-llvm-d10d373ce933e2c512fac40925a67de1cfa2998a.zip | |
Split joinIntervals into two methods
llvm-svn: 15003
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervals.h')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.h b/llvm/lib/CodeGen/LiveIntervals.h index bb3c171af53..dc1500867e9 100644 --- a/llvm/lib/CodeGen/LiveIntervals.h +++ b/llvm/lib/CodeGen/LiveIntervals.h @@ -169,6 +169,10 @@ namespace llvm { /// joinIntervals - join compatible live intervals void joinIntervals(); + /// joinIntervalsInMachineBB - Join intervals based on move + /// instructions in the specified basic block. + void joinIntervalsInMachineBB(MachineBasicBlock *MBB); + /// handleRegisterDef - update intervals for a register def /// (calls handlePhysicalRegisterDef and /// handleVirtualRegisterDef) |

