summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineDebugInfo.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-04 15:04:11 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-04 15:04:11 +0000
commit0da76a676a5b5cd0a18ad044d168fb2a779dab76 (patch)
tree396a434357c108b53923570ca1c1b42ef405fcaf /llvm/lib/CodeGen/MachineDebugInfo.cpp
parent2741e8304c6c015707b9864f0af5463110bb9304 (diff)
downloadbcm5719-llvm-0da76a676a5b5cd0a18ad044d168fb2a779dab76.tar.gz
bcm5719-llvm-0da76a676a5b5cd0a18ad044d168fb2a779dab76.zip
Add unique id to debug location for debug label use (work in progress.)
llvm-svn: 25096
Diffstat (limited to 'llvm/lib/CodeGen/MachineDebugInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineDebugInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineDebugInfo.cpp b/llvm/lib/CodeGen/MachineDebugInfo.cpp
index 2cd30fad18b..fc88b8ca006 100644
--- a/llvm/lib/CodeGen/MachineDebugInfo.cpp
+++ b/llvm/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;
}
OpenPOWER on IntegriCloud