mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-10 02:38:50 +00:00
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
This commit is contained in:
parent
7d07b48b26
commit
24cdd2f82c
@ -551,10 +551,6 @@ namespace llvm {
|
|||||||
/// Also remove the value# from value# list.
|
/// Also remove the value# from value# list.
|
||||||
void removeValNo(VNInfo *ValNo);
|
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.
|
/// getSize - Returns the sum of sizes of all the LiveRange's.
|
||||||
///
|
///
|
||||||
unsigned getSize() const;
|
unsigned getSize() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user