forked from OSchip/llvm-project
Removed scaleNumbering method declaration from LiveInterval (not defined, not used).
llvm-svn: 104311
This commit is contained in:
parent
c4094935c0
commit
d5f0998c6e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue