Removed scaleNumbering method declaration from LiveInterval (not defined, not used).

llvm-svn: 104311
This commit is contained in:
Lang Hames 2010-05-21 03:04:04 +00:00
parent c4094935c0
commit d5f0998c6e
1 changed files with 0 additions and 4 deletions

View 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;