diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-12-07 10:15:19 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-12-07 10:15:19 +0000 |
commit | 75eb53584367098a5625028e22f1ff8e169d0efd (patch) | |
tree | 870ad0746548b2a4c02d6a311ef53f0729b65520 /include/llvm/CodeGen/MachineSSAUpdater.h | |
parent | 4650d92748413e67004df52d7a0268df368a5b60 (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.h | 1 |
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 |