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
This commit is contained in:
Jim Laskey
2006-01-04 15:04:11 +00:00
parent 7d78a2ab7e
commit 5bf6f25b4a
6 changed files with 33 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ namespace llvm {
/// doFinalization - Tear down the debug state after completion of a module.
///
bool MachineDebugInfo::doFinalization() {
return true;
}