From b579a16d82af21b93cef07cb342d0b62ab81716b Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 21 May 2010 03:04:04 +0000 Subject: [PATCH] Removed scaleNumbering method declaration from LiveInterval (not defined, not used). llvm-svn: 104311 --- include/llvm/CodeGen/LiveInterval.h | 4 ---- 1 file changed, 4 deletions(-) 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;