mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-24 20:44:51 +00:00
Removed scaleNumbering method declaration from LiveInterval (not defined, not used).
llvm-svn: 104311
This commit is contained in:
parent
d0a5fdb32f
commit
b579a16d82
@ -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
Block a user