forked from OSchip/llvm-project
parent
63bb3005c0
commit
75444c751f
|
@ -30,6 +30,8 @@ namespace {
|
|||
RegisterOpt<PruneEH> X("prune-eh", "Remove unused exception handling info");
|
||||
}
|
||||
|
||||
Pass *createPruneEHPass() { return new PruneEH(); }
|
||||
|
||||
|
||||
bool PruneEH::runOnSCC(const std::vector<CallGraphNode *> &SCC) {
|
||||
CallGraph &CG = getAnalysis<CallGraph>();
|
||||
|
|
Loading…
Reference in New Issue