summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitee02c7d2fbf7b32aa7147b693e8f67df9a72f6fc (patch)
treebb138abe2769c1905b21e909a340cafe5b0ced0c /llvm/lib/CodeGen/MachineModuleInfo.cpp
parent96142de3f016086f453b013d109dcacd5517159e (diff)
downloadbcm5719-llvm-ee02c7d2fbf7b32aa7147b693e8f67df9a72f6fc.tar.gz
bcm5719-llvm-ee02c7d2fbf7b32aa7147b693e8f67df9a72f6fc.zip
Ooops. Some debugging stuff :)
llvm-svn: 36978
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineModuleInfo.cpp1
1 files changed, 0 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud