summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2010-05-21 03:04:04 +0000
committerLang Hames <lhames@gmail.com>2010-05-21 03:04:04 +0000
commit24cdd2f82c73de23a183ec6d93498be34dc02de7 (patch)
treef46fa1c8a7b1a8984cabba9def1d00ba29c003bf /include
parent7d07b48b26370153246de179efe5548365d31054 (diff)
downloadllvm-24cdd2f82c73de23a183ec6d93498be34dc02de7.tar.gz
llvm-24cdd2f82c73de23a183ec6d93498be34dc02de7.tar.bz2
llvm-24cdd2f82c73de23a183ec6d93498be34dc02de7.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/LiveInterval.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index 70e79cebcb..637f52bd0b 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;