summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-04 23:01:41 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-06-04 23:01:41 +0000
commit84423c8778ed22877c123fe41f5e137cb5a30e90 (patch)
treebf8244882f68b73ee999a02bbc9b6978211d4841 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent06c6791742dfdd54b51441589e1c0921f9851675 (diff)
downloadllvm-84423c8778ed22877c123fe41f5e137cb5a30e90.tar.gz
llvm-84423c8778ed22877c123fe41f5e137cb5a30e90.tar.bz2
llvm-84423c8778ed22877c123fe41f5e137cb5a30e90.tar.xz
Delete dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index edf80f5f2e..39df32cf4b 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -151,10 +151,6 @@ namespace llvm {
return *I->second;
}
- /// dupInterval - Duplicate a live interval. The caller is responsible for
- /// managing the allocated memory.
- LiveInterval *dupInterval(LiveInterval *li);
-
/// addLiveRangeToEndOfBlock - Given a register and an instruction,
/// adds a live range from that instruction to the end of its MBB.
LiveRange addLiveRangeToEndOfBlock(unsigned reg,