aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-22 16:46:44 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-22 16:46:44 +0000
commit241d0209a765c97c684b120527e185f17723f650 (patch)
treee752711f5b5e3f95f4f58a8bc6a0462da407597c /include
parent7ee3ca10f53aacce1f3aa052f81f9598ac09db33 (diff)
downloadexternal_llvm-241d0209a765c97c684b120527e185f17723f650.zip
external_llvm-241d0209a765c97c684b120527e185f17723f650.tar.gz
external_llvm-241d0209a765c97c684b120527e185f17723f650.tar.bz2
Remove LiveIntervals::trackingRegUnits().
With regunit liveness permanently enabled, this function would always return true. Also remove now obsolete code for checking physreg interference. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index fa7dca9..3519a5d 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -347,11 +347,6 @@ namespace llvm {
return RegUnitIntervals[Unit];
}
- /// trackingRegUnits - Does LiveIntervals curently track register units?
- /// This function will be removed when regunit tracking is permanently
- /// enabled.
- bool trackingRegUnits() const { return !RegUnitIntervals.empty(); }
-
private:
/// computeIntervals - Compute live intervals.
void computeIntervals();