From ee02c7d2fbf7b32aa7147b693e8f67df9a72f6fc Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 10 May 2007 22:38:46 +0000 Subject: Ooops. Some debugging stuff :) llvm-svn: 36978 --- llvm/lib/CodeGen/MachineModuleInfo.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp') diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index 33872fa1104..185f348e0a2 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -1724,7 +1724,6 @@ void MachineModuleInfo::TidyLandingPads() { 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; -- cgit v1.2.3