[llvm-commits] [llvm] r104311 - /llvm/trunk/include/llvm/CodeGen/LiveInterval.h

Lang Hames lhames at gmail.com
Thu May 20 20:04:04 PDT 2010


Author: lhames
Date: Thu May 20 22:04:04 2010
New Revision: 104311

URL: http://llvm.org/viewvc/llvm-project?rev=104311&view=rev
Log:
Removed scaleNumbering method declaration from LiveInterval (not defined, not used).

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

Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=104311&r1=104310&r2=104311&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Thu May 20 22:04:04 2010
@@ -551,10 +551,6 @@
     /// Also remove the value# from value# list.
     void removeValNo(VNInfo *ValNo);
 
-    /// scaleNumbering - Renumber VNI and ranges to provide gaps for new
-    /// instructions.
-    void scaleNumbering(unsigned factor);
-
     /// getSize - Returns the sum of sizes of all the LiveRange's.
     ///
     unsigned getSize() const;





More information about the llvm-commits mailing list