Fall back to the selection dag isel to select tail calls.
[oota-llvm.git] / include / llvm / CodeGen / LiveIntervalAnalysis.h
index 367f6d0bbb926f7d145dbea55623a02cabcda604..9e89519b287556822f332c6e49adf7d80d120bc9 100644 (file)
@@ -347,6 +347,10 @@ namespace llvm {
       return RegUnitIntervals[Unit];
     }
 
+    const LiveInterval *getCachedRegUnit(unsigned Unit) const {
+      return RegUnitIntervals[Unit];
+    }
+
   private:
     /// computeIntervals - Compute live intervals.
     void computeIntervals();