From: Lang Hames Date: Fri, 21 May 2010 03:04:04 +0000 (+0000) Subject: Removed scaleNumbering method declaration from LiveInterval (not defined, not used). X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=24cdd2f82c73de23a183ec6d93498be34dc02de7;p=oota-llvm.git Removed scaleNumbering method declaration from LiveInterval (not defined, not used). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104311 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 70e79cebcb1..637f52bd0bd 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -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;