projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb37e0
)
Ooops. Some debugging stuff :)
author
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 10 May 2007 22:38:46 +0000
(22:38 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Thu, 10 May 2007 22:38:46 +0000
(22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36978
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineModuleInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineModuleInfo.cpp
b/lib/CodeGen/MachineModuleInfo.cpp
index 33872fa110429273b4bac03bd9cc4c842438daeb..185f348e0a2f0da1ab841f1cedcfd5df68431a8c 100644
(file)
--- 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;