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;
   }
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to