diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-02-13 12:50:39 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-02-13 12:50:39 +0000 |
commit | d96185aa62dacf5c75d889231a8ab2e0f1ceb073 (patch) | |
tree | f3b7d90b8e40b605bebec3ee1cc7c8b82bef7c63 /include/llvm/CodeGen/MachineDebugInfo.h | |
parent | 6831a815999dde4cf801e2076e66b4943964daf2 (diff) |
Rename to better reflect usage (current and planned.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineDebugInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineDebugInfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index 0d80f93ead..b730ddc9e2 100644 --- a/include/llvm/CodeGen/MachineDebugInfo.h +++ b/include/llvm/CodeGen/MachineDebugInfo.h @@ -584,9 +584,10 @@ public: /// bool doFinalization(); - /// Deserialize - Convert a Value to a debug information descriptor. + /// getDescFor - Convert a Value to a debug information descriptor. /// - DebugInfoDesc *Deserialize(Value *V); + // FIXME - use new Value type when available. + DebugInfoDesc *getDescFor(Value *V); /// Verify - Verify that a Value is debug information descriptor. /// |