From: Jakob Stoklund Olesen Date: Fri, 15 Oct 2010 16:06:40 +0000 (+0000) Subject: Remove unused accessor. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=50cef5829dd8fcbda052c8fb702483c6212f803b;p=oota-llvm.git Remove unused accessor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116580 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h index 717b520b340..8d794e5f4d8 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();