From: Anton Korobeynikov Date: Thu, 10 May 2007 22:38:46 +0000 (+0000) Subject: Ooops. Some debugging stuff :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=432a7faf033b2d23162efd892b723f9b8481941a;p=oota-llvm.git Ooops. Some debugging stuff :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36978 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;