forked from OSchip/llvm-project
parent
fa8062c162
commit
8d83271b25
|
@ -426,8 +426,6 @@ bool ShadowStackCollector::performCustomLowering(Function &F) {
|
||||||
Roots[I].second->eraseFromParent();
|
Roots[I].second->eraseFromParent();
|
||||||
}
|
}
|
||||||
|
|
||||||
F.dump();
|
|
||||||
|
|
||||||
Roots.clear();
|
Roots.clear();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue