Changes in directory llvm/lib/CodeGen:

MachineModuleInfo.cpp updated: 1.10 -> 1.11
---
Log message:

Ooops. Some debugging stuff :)


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

 MachineModuleInfo.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/MachineModuleInfo.cpp
diff -u llvm/lib/CodeGen/MachineModuleInfo.cpp:1.10 
llvm/lib/CodeGen/MachineModuleInfo.cpp:1.11
--- llvm/lib/CodeGen/MachineModuleInfo.cpp:1.10 Thu May 10 17:34:59 2007
+++ llvm/lib/CodeGen/MachineModuleInfo.cpp      Thu May 10 17:38:46 2007
@@ -1724,7 +1724,6 @@
             
           
       if (!BeginLabel || !EndLabel) {
-        printf("Tidy: %d, %d, %d\n", BeginLabel, EndLabel, 
LandingPad.LandingPadLabel);
         LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j);
         LandingPad.EndLabels.erase(LandingPad.EndLabels.begin() + j);
         continue;



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

Reply via email to