Removed scaleNumbering method declaration from LiveInterval (not defined, not used).
authorLang Hames <lhames@gmail.com>
Fri, 21 May 2010 03:04:04 +0000 (03:04 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 21 May 2010 03:04:04 +0000 (03:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104311 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h

index 70e79cebcb1b83c1d7e400ea41e9410e19b00f8d..637f52bd0bdc00cd891bf2f37fa3e45519197380 100644 (file)
@@ -551,10 +551,6 @@ namespace llvm {
     /// 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;