[llvm-commits] CVS: llvm/lib/CodeGen/MachineModuleInfo.cpp
Anton Korobeynikov
asl at math.spbu.ru
Thu May 10 15:39:06 PDT 2007
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;
More information about the llvm-commits
mailing list