aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineSSAUpdater.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-12-07 10:15:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-12-07 10:15:19 +0000
commit75eb53584367098a5625028e22f1ff8e169d0efd (patch)
tree870ad0746548b2a4c02d6a311ef53f0729b65520 /include/llvm/CodeGen/MachineSSAUpdater.h
parent4650d92748413e67004df52d7a0268df368a5b60 (diff)
Pre-regalloc tale duplication. Work in progress.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineSSAUpdater.h')
-rw-r--r--include/llvm/CodeGen/MachineSSAUpdater.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineSSAUpdater.h b/include/llvm/CodeGen/MachineSSAUpdater.h
index ca8eca82a8..ab663fe3bf 100644
--- a/include/llvm/CodeGen/MachineSSAUpdater.h
+++ b/include/llvm/CodeGen/MachineSSAUpdater.h
@@ -104,6 +104,7 @@ public:
void RewriteUse(MachineOperand &U);
private:
+ void ReplaceRegWith(unsigned OldReg, unsigned NewReg);
unsigned GetValueAtEndOfBlockInternal(MachineBasicBlock *BB);
void operator=(const MachineSSAUpdater&); // DO NOT IMPLEMENT
MachineSSAUpdater(const MachineSSAUpdater&); // DO NOT IMPLEMENT