diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-05-10 22:38:46 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-05-10 22:38:46 +0000 |
commit | ee02c7d2fbf7b32aa7147b693e8f67df9a72f6fc (patch) | |
tree | bb138abe2769c1905b21e909a340cafe5b0ced0c /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 96142de3f016086f453b013d109dcacd5517159e (diff) | |
download | bcm5719-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.cpp | 1 |
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; |