aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 3e14dcf43d..3616baa6ce 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -216,6 +216,9 @@ class LiveIntervalMap {
// The cache is also used as a visiteed set by mapValue().
LiveOutMap liveOutCache_;
+ // Dump the live-out cache to dbgs().
+ void dumpCache();
+
public:
LiveIntervalMap(LiveIntervals &lis,
MachineDominatorTree &mdt,