summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-13 15:00:11 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-04-13 15:00:11 +0000
commitfd1cced726469e83915f428877a521ba737d35f3 (patch)
tree27ef47eb749345e536db82982e1bef7cd4ec4cda /lib/CodeGen/SplitKit.h
parentcb53632869dafa01d514378c810549a1e9e47aee (diff)
downloadllvm-fd1cced726469e83915f428877a521ba737d35f3.tar.gz
llvm-fd1cced726469e83915f428877a521ba737d35f3.tar.bz2
llvm-fd1cced726469e83915f428877a521ba737d35f3.tar.xz
Stop using dead function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129442 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 688e4a5fcf..c45b83b067 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -337,10 +337,6 @@ public:
///
void overlapIntv(SlotIndex Start, SlotIndex End);
- /// closeIntv - Indicate that we are done editing the currently open
- /// LiveInterval, and ranges can be trimmed.
- void closeIntv();
-
/// finish - after all the new live ranges have been created, compute the
/// remaining live range, and rewrite instructions to use the new registers.
void finish();