diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-17 00:23:45 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-17 00:23:45 +0000 |
commit | 2254227791ea267426b9ac674fc6d87decb65bc1 (patch) | |
tree | 0ff563f2788a278d82650315b836231b13db7db8 /lib/CodeGen/SplitKit.h | |
parent | ede4e28ca36e8b7ccf73a04b6fa8cfa2071e7a56 (diff) | |
download | external_llvm-2254227791ea267426b9ac674fc6d87decb65bc1.zip external_llvm-2254227791ea267426b9ac674fc6d87decb65bc1.tar.gz external_llvm-2254227791ea267426b9ac674fc6d87decb65bc1.tar.bz2 |
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.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h index 3f1a03c..e371a4d 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(); |