[llvm-commits] [llvm] r108278 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Jul 13 14:19:08 PDT 2010


Author: stoklund
Date: Tue Jul 13 16:19:08 2010
New Revision: 108278

URL: http://llvm.org/viewvc/llvm-project?rev=108278&view=rev
Log:
Remove vestigial decl.

Modified:
    llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=108278&r1=108277&r2=108278&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Tue Jul 13 16:19:08 2010
@@ -272,10 +272,6 @@
     unsigned getNumConflictsWithPhysReg(const LiveInterval &li,
                                         unsigned PhysReg) const;
 
-    /// processImplicitDefs - Process IMPLICIT_DEF instructions. Add isUndef
-    /// marker to implicit_def defs and their uses.
-    void processImplicitDefs();
-
     /// intervalIsInOneMBB - Returns true if the specified interval is entirely
     /// within a single basic block.
     bool intervalIsInOneMBB(const LiveInterval &li) const;





More information about the llvm-commits mailing list