summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-01-13 06:05:10 +0000
committerOwen Anderson <resistor@mac.com>2009-01-13 06:05:10 +0000
commitb282d1b6ffbd98e69e6fe299538ff37485f4cdc9 (patch)
tree03b4bd26ea925051239d246e4997ca5ab4fcf4e6
parent34bafa4a40f9d81636f468aae3f30d535ab2fb12 (diff)
downloadbcm5719-llvm-b282d1b6ffbd98e69e6fe299538ff37485f4cdc9.tar.gz
bcm5719-llvm-b282d1b6ffbd98e69e6fe299538ff37485f4cdc9.zip
Fix fallout from r62144. Evan, please double check this.
llvm-svn: 62150
-rw-r--r--llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 52ee8852c67..b87214f5e2c 100644
--- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -391,6 +391,10 @@ namespace llvm {
/// computeNumbering - Compute the index numbering.
void computeNumbering();
+ /// intervalIsInOneMBB - Returns true if the specified interval is entirely
+ /// within a single basic block.
+ bool intervalIsInOneMBB(const LiveInterval &li) const;
+
private:
/// computeIntervals - Compute live intervals.
void computeIntervals();
@@ -462,10 +466,6 @@ namespace llvm {
bool anyKillInMBBAfterIdx(const LiveInterval &li, const VNInfo *VNI,
MachineBasicBlock *MBB, unsigned Idx) const;
- /// intervalIsInOneMBB - Returns true if the specified interval is entirely
- /// within a single basic block.
- bool intervalIsInOneMBB(const LiveInterval &li) const;
-
/// hasAllocatableSuperReg - Return true if the specified physical register
/// has any super register that's allocatable.
bool hasAllocatableSuperReg(unsigned Reg) const;
OpenPOWER on IntegriCloud