projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d07b48
)
Removed scaleNumbering method declaration from LiveInterval (not defined, not used).
author
Lang Hames
<lhames@gmail.com>
Fri, 21 May 2010 03:04:04 +0000
(
03:04
+0000)
committer
Lang Hames
<lhames@gmail.com>
Fri, 21 May 2010 03:04:04 +0000
(
03:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104311
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LiveInterval.h
b/include/llvm/CodeGen/LiveInterval.h
index 70e79cebcb1b83c1d7e400ea41e9410e19b00f8d..637f52bd0bdc00cd891bf2f37fa3e45519197380 100644
(file)
--- 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;