aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-05-10 22:38:46 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-05-10 22:38:46 +0000
commit432a7faf033b2d23162efd892b723f9b8481941a (patch)
tree8091f7ce538962592c33c186ddcc1b61f890f0af /lib/CodeGen/MachineModuleInfo.cpp
parenteeb37e0b80f6f71b7620099083e7c10a9978ef86 (diff)
Ooops. Some debugging stuff :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--lib/CodeGen/MachineModuleInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineModuleInfo.cpp b/lib/CodeGen/MachineModuleInfo.cpp
index 33872fa110..185f348e0a 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;