aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-15 16:06:40 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-15 16:06:40 +0000
commit50cef5829dd8fcbda052c8fb702483c6212f803b (patch)
treef991ccd2a7cf6d94e771fb04658d0c1d2033e836 /lib/CodeGen/SplitKit.h
parent5df0b65e8f5ef55f0b515a0b24879f5d117d6042 (diff)
downloadexternal_llvm-50cef5829dd8fcbda052c8fb702483c6212f803b.zip
external_llvm-50cef5829dd8fcbda052c8fb702483c6212f803b.tar.gz
external_llvm-50cef5829dd8fcbda052c8fb702483c6212f803b.tar.bz2
Remove unused accessor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 717b520..8d794e5 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -69,8 +69,6 @@ public:
/// split.
void analyze(const LiveInterval *li);
- const LiveInterval *getCurLI() { return curli_; }
-
/// clear - clear all data structures so SplitAnalysis is ready to analyze a
/// new interval.
void clear();