diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-01-04 15:04:11 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-01-04 15:04:11 +0000 |
commit | 5bf6f25b4a888afaf3e37acd18c43186d45cac2e (patch) | |
tree | b2007705505661cae56a30ea0e6910d5dd5b0774 /lib/CodeGen/MachineDebugInfo.cpp | |
parent | 7d78a2ab7e3575561a15abd5bd386ea4a0301b23 (diff) |
Add unique id to debug location for debug label use (work in progress.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/MachineDebugInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineDebugInfo.cpp b/lib/CodeGen/MachineDebugInfo.cpp index 2cd30fad18..fc88b8ca00 100644 --- a/lib/CodeGen/MachineDebugInfo.cpp +++ b/lib/CodeGen/MachineDebugInfo.cpp @@ -50,6 +50,7 @@ namespace llvm { /// doFinalization - Tear down the debug state after completion of a module. /// bool MachineDebugInfo::doFinalization() { + return true; } |