Remove unused accessor.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 15 Oct 2010 16:06:40 +0000 (16:06 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 15 Oct 2010 16:06:40 +0000 (16:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116580 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SplitKit.h

index 717b520b34061b5cd4f71b304f54b7199c6d1ee1..8d794e5f4d8e52daadffe93f1b2b16f2d1790ad5 100644 (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();