summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-17 00:23:45 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-17 00:23:45 +0000
commit2254227791ea267426b9ac674fc6d87decb65bc1 (patch)
tree0ff563f2788a278d82650315b836231b13db7db8 /lib/CodeGen/SplitKit.h
parentede4e28ca36e8b7ccf73a04b6fa8cfa2071e7a56 (diff)
downloadllvm-2254227791ea267426b9ac674fc6d87decb65bc1.tar.gz
llvm-2254227791ea267426b9ac674fc6d87decb65bc1.tar.bz2
llvm-2254227791ea267426b9ac674fc6d87decb65bc1.tar.xz
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 3f1a03c0ba..e371a4dd17 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -265,13 +265,6 @@ class SplitEditor {
/// rewriteAssigned - Rewrite all uses of Edit.getReg() to assigned registers.
void rewriteAssigned(bool ExtendRanges);
- /// rewriteComponents - Rewrite all uses of Intv[0] according to the eq
- /// classes in ConEQ.
- /// This must be done when Intvs[0] is styill live at all uses, before calling
- /// ConEq.Distribute().
- void rewriteComponents(const SmallVectorImpl<LiveInterval*> &Intvs,
- const ConnectedVNInfoEqClasses &ConEq);
-
/// deleteRematVictims - Delete defs that are dead after rematerializing.
void deleteRematVictims();