[llvm-commits] CVS: llvm/lib/CodeGen/MachineDebugInfo.cpp

Jim Laskey jlaskey at apple.com
Wed Jan 4 07:04:24 PST 2006



Changes in directory llvm/lib/CodeGen:

MachineDebugInfo.cpp updated: 1.1 -> 1.2
---
Log message:

Add unique id to debug location for debug label use (work in progress.)


---
Diffs of the changes:  (+1 -0)

 MachineDebugInfo.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/CodeGen/MachineDebugInfo.cpp
diff -u llvm/lib/CodeGen/MachineDebugInfo.cpp:1.1 llvm/lib/CodeGen/MachineDebugInfo.cpp:1.2
--- llvm/lib/CodeGen/MachineDebugInfo.cpp:1.1	Wed Jan  4 07:36:38 2006
+++ llvm/lib/CodeGen/MachineDebugInfo.cpp	Wed Jan  4 09:04:11 2006
@@ -50,6 +50,7 @@
   /// doFinalization - Tear down the debug state after completion of a module.
   ///
   bool MachineDebugInfo::doFinalization() {
+    
     return true;
   }
 






More information about the llvm-commits mailing list