From 1002baf7b908cd1f683fd714e24dc4a7448447e2 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 21 Jan 2015 18:45:57 +0000 Subject: LiveIntervalAnalysis: Remove unused pruneValue() variant. llvm-svn: 226686 --- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 56f38b6407d..36aeaa176a2 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -609,15 +609,6 @@ void LiveIntervals::pruneValue(LiveRange &LR, SlotIndex Kill, } } -void LiveIntervals::pruneValue(LiveInterval &LI, SlotIndex Kill, - SmallVectorImpl *EndPoints) { - pruneValue((LiveRange&)LI, Kill, EndPoints); - - for (LiveInterval::SubRange &SR : LI.subranges()) { - pruneValue(SR, Kill, nullptr); - } -} - //===----------------------------------------------------------------------===// // Register allocator hooks. // -- cgit v1.2.3