[llvm-commits] [llvm] r116580 - /llvm/trunk/lib/CodeGen/SplitKit.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Oct 15 09:06:40 PDT 2010


Author: stoklund
Date: Fri Oct 15 11:06:40 2010
New Revision: 116580

URL: http://llvm.org/viewvc/llvm-project?rev=116580&view=rev
Log:
Remove unused accessor.

Modified:
    llvm/trunk/lib/CodeGen/SplitKit.h

Modified: llvm/trunk/lib/CodeGen/SplitKit.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SplitKit.h?rev=116580&r1=116579&r2=116580&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SplitKit.h (original)
+++ llvm/trunk/lib/CodeGen/SplitKit.h Fri Oct 15 11:06:40 2010
@@ -69,8 +69,6 @@
   /// 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();





More information about the llvm-commits mailing list