forked from OSchip/llvm-project
parent
96142de3f0
commit
ee02c7d2fb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue