From 432a7faf033b2d23162efd892b723f9b8481941a Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 10 May 2007 22:38:46 +0000 Subject: [PATCH] Ooops. Some debugging stuff :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36978 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineModuleInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/MachineModuleInfo.cpp b/lib/CodeGen/MachineModuleInfo.cpp index 33872fa1104..185f348e0a2 100644 --- a/lib/CodeGen/MachineModuleInfo.cpp +++ b/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;