Remove unused accessor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2010-10-15 16:06:40 +00:00
parent 5df0b65e8f
commit 50cef5829d

View File

@ -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();